Update & Printing

This commit is contained in:
2023-08-17 18:11:41 -04:00
parent 60c3f12a45
commit 72f3f0e579
3 changed files with 11 additions and 3 deletions

7
printing.nix Normal file
View File

@@ -0,0 +1,7 @@
{
services.printing.enable = true;
services.avahi.enable = true;
services.avahi.nssmdns = true;
# for a WiFi printer
services.avahi.openFirewall = true;
}