From 5ec7b56a91703661914865f284617082742ef5a7 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 15 Jul 2023 19:13:34 +0200 Subject: [PATCH] Disable zeroconf config --- modules/networking.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/networking.nix b/modules/networking.nix index eb8f635..076b37d 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -33,17 +33,6 @@ in { networkConfig.DNSSEC = "no"; }; - # Enable zeroconf - services.avahi = { - enable = true; - nssmdns = true; - openFirewall = true; - publish = { - enable = true; - userServices = true; - }; - }; - # Dynamic DNS configuration services.ddclient = { enable = true;