From 421e0a3471d7b813b7dd301dd026b53ff0efbe0a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 5 Aug 2017 23:16:47 +0200 Subject: syntax --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/uucp.nix b/custom/uucp.nix index b3026fc1..b287378d 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -289,7 +289,7 @@ in { value.timerConfig = { OnUnitInactiveSec = cfg.interval; }; - } + }; in builtins.listToAttrs (map timer (if (cfg.interval != null) then cfg.remoteNodes else [])); networking.networkmanager.dispatcherScripts = optional cfg.nmDispatch { -- cgit v1.2.3