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; - }; }