diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-29 19:02:11 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-29 19:02:11 +0100 |
commit | d2e868918b40f30ff1d23122550c5ecbeb4013c9 (patch) | |
tree | 3c83957a953434cc54622dbeb762801c7755c574 /ymir.nix | |
parent | 6a374fdcf651a6400d75f1a7cc850f5f60c8f8e8 (diff) | |
download | nixos-d2e868918b40f30ff1d23122550c5ecbeb4013c9.tar nixos-d2e868918b40f30ff1d23122550c5ecbeb4013c9.tar.gz nixos-d2e868918b40f30ff1d23122550c5ecbeb4013c9.tar.bz2 nixos-d2e868918b40f30ff1d23122550c5ecbeb4013c9.tar.xz nixos-d2e868918b40f30ff1d23122550c5ecbeb4013c9.zip |
...
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1223,7 +1223,7 @@ in rec { | |||
1223 | 1223 | ||
1224 | timerConfig = { | 1224 | timerConfig = { |
1225 | Persistent = false; | 1225 | Persistent = false; |
1226 | OnCalendar = "hourly"; | 1226 | OnCalendar = "*-*-* 01/6:00:00 Europe/Berlin"; |
1227 | RandomizedDelaySec = "1h"; | 1227 | RandomizedDelaySec = "1h"; |
1228 | }; | 1228 | }; |
1229 | }) ["ymir-home" "ymir-root" "ymir-root\\x2dhome" "ymir-srv"]); | 1229 | }) ["ymir-home" "ymir-root" "ymir-root\\x2dhome" "ymir-srv"]); |