diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-05 23:52:25 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-05 23:52:25 +0200 |
commit | ca1328a462e8af1c205678b3195ae311891efbcd (patch) | |
tree | 7a0f7282547e28a6738eda994d22f2094035a191 /custom/uucp.nix | |
parent | f1e004317efd1a8b350d8d15a32432fd31618bfe (diff) | |
download | nixos-ca1328a462e8af1c205678b3195ae311891efbcd.tar nixos-ca1328a462e8af1c205678b3195ae311891efbcd.tar.gz nixos-ca1328a462e8af1c205678b3195ae311891efbcd.tar.bz2 nixos-ca1328a462e8af1c205678b3195ae311891efbcd.tar.xz nixos-ca1328a462e8af1c205678b3195ae311891efbcd.zip |
work on timers
Diffstat (limited to 'custom/uucp.nix')
-rw-r--r-- | custom/uucp.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 4e3f2e92..0f1b6485 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -284,6 +284,7 @@ in { | |||
284 | }; | 284 | }; |
285 | 285 | ||
286 | systemd.timers."uucico@" = { | 286 | systemd.timers."uucico@" = { |
287 | timerConfig.OnActiveSec = cfg.interval; | ||
287 | timerConfig.OnUnitActiveSec = cfg.interval; | 288 | timerConfig.OnUnitActiveSec = cfg.interval; |
288 | }; | 289 | }; |
289 | 290 | ||