diff options
-rw-r--r-- | system/settings/services/zeroconf.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/system/settings/services/zeroconf.nix b/system/settings/services/zeroconf.nix index 1412b1f0..70b70b20 100644 --- a/system/settings/services/zeroconf.nix +++ b/system/settings/services/zeroconf.nix @@ -15,12 +15,4 @@ workstation = true; }; }; - systemd.services.avahi-daemon.wantedBy = lib.mkForce [ ]; - systemd.timers.avahi-daemon = { - description = "Delayed startup of Avahi"; - wantedBy = [ "timers.target" ]; - timerConfig = { - OnActiveSec = "1 min"; - }; - }; } |