all repos — nixfiles @ e6b226e7de878e3ad1f200002dc114a18c81af16

System and user configuration, managed by nix and home-manager

zeroconf: don't delay avahi startup
Alan Pearce alan@alanpearce.eu
Thu, 20 Apr 2023 11:01:40 +0200
commit

e6b226e7de878e3ad1f200002dc114a18c81af16

parent

27f21feb7dd4603c37345208751a17d54e51f61b

1 files changed, 0 insertions(+), 8 deletions(-)

jump to
M system/settings/services/zeroconf.nixsystem/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";
-    };
-  };
 }