unfolder: enable printing and avahi
This commit is contained in:
parent
982ec72e6b
commit
cd76ffcd5a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue