nix-config/modules/unix/printing.nix
2026-01-27 10:49:05 +01:00

10 lines
140 B
Nix

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