summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index d8573d80..8ed6fa2d 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -17,7 +17,6 @@
     ./settings/hardware/keyboard-lofree.nix
     ./settings/services/syncthing.nix
     ./settings/services/virtualisation.nix
-    ./settings/services/zeroconf.nix
     ./settings/user-interface.nix
     ./settings/programs/base.nix
     ./settings/programs/gnupg.nix
@@ -112,6 +111,9 @@
       ipv6AcceptRAConfig = {
         UseDNS = true;
       };
+      networkConfig = {
+        MulticastDNS = true;
+      };
     };
   };
   networking = {