From 07344932732087e3023277753fb7ae4bf351e281 Mon Sep 17 00:00:00 2001 From: Agatha Lovelace Date: Thu, 7 Sep 2023 22:26:10 +0200 Subject: [PATCH] Disable avahi daemon --- common/fragments/graphical/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/fragments/graphical/default.nix b/common/fragments/graphical/default.nix index 4089607..39299d0 100644 --- a/common/fragments/graphical/default.nix +++ b/common/fragments/graphical/default.nix @@ -261,9 +261,4 @@ enable = true; drivers = [ pkgs.hplip ]; }; - services.avahi = { - enable = true; - nssmdns = true; - openFirewall = true; - }; }