nix-config/bak/modules/unix/printing.nix
2026-03-03 10:46:08 +01:00

10 lines
140 B
Nix

{ ... }:
{
services.printing.enable = true;
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
}