From 05dd85210e465caa44ef7254f2781b2d12ba2882 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 16 Oct 2022 23:49:18 +0200 Subject: Reformat files with alejandra --- system/settings/services/zeroconf.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'system/settings/services/zeroconf.nix') diff --git a/system/settings/services/zeroconf.nix b/system/settings/services/zeroconf.nix index 98bde1da..6859cfd5 100644 --- a/system/settings/services/zeroconf.nix +++ b/system/settings/services/zeroconf.nix @@ -1,6 +1,10 @@ -{ config, pkgs, lib, ... }: - -{ services.avahi = { +{ + config, + pkgs, + lib, + ... +}: { + services.avahi = { enable = true; nssmdns = true; ipv6 = true; @@ -15,7 +19,7 @@ systemd.services.avahi-daemon.wantedBy = lib.mkForce []; systemd.timers.avahi-daemon = { description = "Delayed startup of Avahi"; - wantedBy = [ "timers.target" ]; + wantedBy = ["timers.target"]; timerConfig = { OnActiveSec = "1 min"; }; -- cgit 1.4.1