Update & Printing

This commit is contained in:
David C
2023-06-09 23:47:35 -04:00
parent eeb0fb71c3
commit 943d08c77b
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;
}