summary refs log tree commit diff stats
path: root/system/settings/services
diff options
context:
space:
mode:
authorAlan Pearce2023-04-20 11:01:40 +0200
committerAlan Pearce2023-04-23 11:18:19 +0200
commite6b226e7de878e3ad1f200002dc114a18c81af16 (patch)
tree1573b982ae5399c3ad471cb82bdc5de05b01a1c2 /system/settings/services
parent27f21feb7dd4603c37345208751a17d54e51f61b (diff)
downloadnixfiles-e6b226e7de878e3ad1f200002dc114a18c81af16.tar.lz
nixfiles-e6b226e7de878e3ad1f200002dc114a18c81af16.tar.zst
nixfiles-e6b226e7de878e3ad1f200002dc114a18c81af16.zip
zeroconf: don't delay avahi startup
Diffstat (limited to 'system/settings/services')
-rw-r--r--system/settings/services/zeroconf.nix8
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";
-    };
-  };
 }