From 0a50d682ec85bf023bebd68a3ca388001f0c0677 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Oct 2019 21:44:57 +0200 Subject: mv modules settings --- system/modules/services/zeroconf.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 system/modules/services/zeroconf.nix (limited to 'system/modules/services/zeroconf.nix') diff --git a/system/modules/services/zeroconf.nix b/system/modules/services/zeroconf.nix deleted file mode 100644 index 0b428c54..00000000 --- a/system/modules/services/zeroconf.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ config, pkgs, lib, ... }: - -{ services.avahi = { - enable = true; - nssmdns = true; - ipv6 = 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