1
1
Fork 0

unfolder: enable printing and avahi

This commit is contained in:
Tim Van Baak 2024-02-06 08:22:25 -08:00
parent 982ec72e6b
commit cd76ffcd5a
1 changed files with 9 additions and 0 deletions

View File

@ -84,6 +84,15 @@
enable = true;
};
# This seems to be sufficient to autodetect the printing functionality of HP OfficeJet 6950
services.printing.enable = true;
services.printing.drivers = [ pkgs.hplip ];
services.avahi = {
enable = true;
nssmdns = true;
openFirewall = true;
};
# This value governs how some stateful data, like databases, are handled
# across different versions of NixOS. This should not be changed to a new
# release unless the sysadmin has determined that no services would be