diff options
| -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 { |
