diff --git a/common/networking.nix b/common/networking.nix index 65d0a6a..5e4c0f7 100644 --- a/common/networking.nix +++ b/common/networking.nix @@ -23,15 +23,6 @@ services.avahi = { enable = true; - nssmdns = true; - publish = { - enable = true; - addresses = true; - domain = true; - hinfo = true; - userServices = true; - workstation = true; - }; }; services.chrony.enable = true;