summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-08-05 23:16:47 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-08-05 23:16:47 +0200
commit421e0a3471d7b813b7dd301dd026b53ff0efbe0a (patch)
tree9db795017674183080ab2097bf6884cd8925062a
parent8953ba92a76a4b46b9de0dfcc48f7231f7c909da (diff)
downloadnixos-421e0a3471d7b813b7dd301dd026b53ff0efbe0a.tar
nixos-421e0a3471d7b813b7dd301dd026b53ff0efbe0a.tar.gz
nixos-421e0a3471d7b813b7dd301dd026b53ff0efbe0a.tar.bz2
nixos-421e0a3471d7b813b7dd301dd026b53ff0efbe0a.tar.xz
nixos-421e0a3471d7b813b7dd301dd026b53ff0efbe0a.zip
syntax
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
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 {
289 value.timerConfig = { 289 value.timerConfig = {
290 OnUnitInactiveSec = cfg.interval; 290 OnUnitInactiveSec = cfg.interval;
291 }; 291 };
292 } 292 };
293 in builtins.listToAttrs (map timer (if (cfg.interval != null) then cfg.remoteNodes else [])); 293 in builtins.listToAttrs (map timer (if (cfg.interval != null) then cfg.remoteNodes else []));
294 294
295 networking.networkmanager.dispatcherScripts = optional cfg.nmDispatch { 295 networking.networkmanager.dispatcherScripts = optional cfg.nmDispatch {