[printing] Setup dynamic printer config

This commit is contained in:
2024-09-18 21:14:00 -07:00
parent 4096dc75b9
commit 736194b8b4

View File

@@ -10,6 +10,10 @@ with lib;
config = { config = {
services.printing.enable = true; services.printing.enable = true;
# TODO: Add actual printer setup config here... services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
}; };
} }