system: printing

This commit is contained in:
Sweetbread 2024-08-28 17:42:59 +03:00
parent a1bafd7863
commit 9ae4e68348
2 changed files with 11 additions and 0 deletions

View File

@ -11,5 +11,6 @@
./trim.nix ./trim.nix
./bluetooth.nix ./bluetooth.nix
./vpn.nix ./vpn.nix
./printing.nix
]; ];
} }

View File

@ -0,0 +1,10 @@
{
services = {
printing.enable = true;
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
};
}