From 7b759de46b5e1903e3c70f27d2ff5ce07e6085f3 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 6 Feb 2023 20:20:40 +0100 Subject: no need for avahi --- common.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 65b64bb..b4c7af8 100644 --- a/common.nix +++ b/common.nix @@ -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; -- cgit v1.2.3