diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-08 18:53:51 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-08 18:53:51 +0100 |
commit | eccf2f4dc837993818658271e47ba3cdaea3894f (patch) | |
tree | 18c51e04daa77e9f289533e04696fcaa60a6704f | |
parent | 7e05ed47046085006148617a23237fdc1f8c031a (diff) | |
download | nixos-eccf2f4dc837993818658271e47ba3cdaea3894f.tar nixos-eccf2f4dc837993818658271e47ba3cdaea3894f.tar.gz nixos-eccf2f4dc837993818658271e47ba3cdaea3894f.tar.bz2 nixos-eccf2f4dc837993818658271e47ba3cdaea3894f.tar.xz nixos-eccf2f4dc837993818658271e47ba3cdaea3894f.zip |
ymir: ...
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1187,8 +1187,8 @@ in rec { | |||
1187 | 1187 | ||
1188 | timerConfig = { | 1188 | timerConfig = { |
1189 | Persistent = false; | 1189 | Persistent = false; |
1190 | OnActiveSec = "1h"; | 1190 | OnCalendar = "hourly"; |
1191 | RandomizedDelaySec = "30m"; | 1191 | RandomizedDelaySec = "1h"; |
1192 | }; | 1192 | }; |
1193 | }) ["ymir-home" "ymir-root" "ymir-root\\x2dhome" "ymir-srv"]); | 1193 | }) ["ymir-home" "ymir-root" "ymir-root\\x2dhome" "ymir-srv"]); |
1194 | } | 1194 | } |