diff --git a/machine/unfolder/default.nix b/machine/unfolder/default.nix index 2fd93dc..a8149c0 100644 --- a/machine/unfolder/default.nix +++ b/machine/unfolder/default.nix @@ -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