srpnix/nixos/printing.nix

10 lines
129 B
Nix

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