diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-05 23:16:47 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-05 23:16:47 +0200 |
commit | 421e0a3471d7b813b7dd301dd026b53ff0efbe0a (patch) | |
tree | 9db795017674183080ab2097bf6884cd8925062a /custom | |
parent | 8953ba92a76a4b46b9de0dfcc48f7231f7c909da (diff) | |
download | nixos-421e0a3471d7b813b7dd301dd026b53ff0efbe0a.tar nixos-421e0a3471d7b813b7dd301dd026b53ff0efbe0a.tar.gz nixos-421e0a3471d7b813b7dd301dd026b53ff0efbe0a.tar.bz2 nixos-421e0a3471d7b813b7dd301dd026b53ff0efbe0a.tar.xz nixos-421e0a3471d7b813b7dd301dd026b53ff0efbe0a.zip |
syntax
Diffstat (limited to 'custom')
-rw-r--r-- | custom/uucp.nix | 2 |
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 { |