From c0cc93bdb1ecaa21ef43438d1b5369a2bd693196 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Fri, 22 Dec 2023 07:29:59 +0300 Subject: [PATCH] Disable unnecessary avahi config Signed-off-by: Ivan Bushchik --- common/networking.nix | 9 --------- 1 file changed, 9 deletions(-) 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;