diff options
author | Alan Pearce | 2023-04-20 11:01:40 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-23 11:18:19 +0200 |
commit | e6b226e7de878e3ad1f200002dc114a18c81af16 (patch) | |
tree | 1573b982ae5399c3ad471cb82bdc5de05b01a1c2 | |
parent | 27f21feb7dd4603c37345208751a17d54e51f61b (diff) | |
download | nixfiles-e6b226e7de878e3ad1f200002dc114a18c81af16.tar.lz nixfiles-e6b226e7de878e3ad1f200002dc114a18c81af16.tar.zst nixfiles-e6b226e7de878e3ad1f200002dc114a18c81af16.zip |
zeroconf: don't delay avahi startup
-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"; - }; - }; } |