mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: improvements
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
{ pkgs, lib, config, username, ... }:
|
||||
with lib;
|
||||
|
||||
let cfg = config.services.airprint;
|
||||
@@ -19,5 +19,6 @@ in {
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
users.users.${username}.extraGroups = [ "lp" "scanner" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user