Use printer
This commit is contained in:
parent
d1ccdcb3dc
commit
8e4f10a696
2 changed files with 10 additions and 1 deletions
|
|
@ -3,9 +3,9 @@
|
|||
disko.nixosModules.disko
|
||||
hardware.nixosModules.asus-zephyrus-ga402
|
||||
] ++ [
|
||||
./android.nix
|
||||
./audio.nix
|
||||
./configuration.nix
|
||||
./device.nix
|
||||
./disko.nix
|
||||
./gui.nix
|
||||
./hardware-configuration.nix
|
||||
|
|
|
|||
|
|
@ -5,6 +5,15 @@
|
|||
kdeconnect.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
printing.enable = true;
|
||||
};
|
||||
|
||||
users.users.${config.constants.userName}.extraGroups = [ "adbusers" ];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue