no need for avahi

This commit is contained in:
Christoph Cullmann 2023-02-06 20:20:40 +01:00
parent 0b747e6015
commit 7b759de46b

View file

@ -264,11 +264,9 @@ in
# virus scanner, we only want the updater running
services.clamav.updater.enable = true;
# try to ensure we can use our network printers
# try to ensure we can use our network LaserJet
services.printing.enable = true;
services.printing.drivers = [ pkgs.hplip ];
services.avahi.enable = true;
services.avahi.nssmdns = true;
# let's get SSD status
services.smartd.enable = true;