From e6b226e7de878e3ad1f200002dc114a18c81af16 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 20 Apr 2023 11:01:40 +0200 Subject: zeroconf: don't delay avahi startup --- system/settings/services/zeroconf.nix | 8 -------- 1 file changed, 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"; - }; - }; } -- cgit 1.4.1