summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-02-06 20:20:40 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-02-06 20:20:40 +0100
commit7b759de46b5e1903e3c70f27d2ff5ce07e6085f3 (patch)
treecb57a1bc322c9f38aa7387a4efed2581fb4fa9c0 /common.nix
parent0b747e60158edd9c94d5717414249f0b2b25449b (diff)
no need for avahi
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix4
1 files changed, 1 insertions, 3 deletions
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;