zeroconf: don't delay avahi startup
Alan Pearce alan@alanpearce.eu
Thu, 20 Apr 2023 11:01:40 +0200
1 files changed, 0 insertions(+), 8 deletions(-)
M system/settings/services/zeroconf.nix → system/settings/services/zeroconf.nix
@@ -15,12 +15,4 @@ userServices = true; 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"; - }; - }; }