summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-08 18:53:51 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-08 18:53:51 +0100
commiteccf2f4dc837993818658271e47ba3cdaea3894f (patch)
tree18c51e04daa77e9f289533e04696fcaa60a6704f
parent7e05ed47046085006148617a23237fdc1f8c031a (diff)
downloadnixos-eccf2f4dc837993818658271e47ba3cdaea3894f.tar
nixos-eccf2f4dc837993818658271e47ba3cdaea3894f.tar.gz
nixos-eccf2f4dc837993818658271e47ba3cdaea3894f.tar.bz2
nixos-eccf2f4dc837993818658271e47ba3cdaea3894f.tar.xz
nixos-eccf2f4dc837993818658271e47ba3cdaea3894f.zip
ymir: ...
-rw-r--r--ymir.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index db4c754c..41a1557b 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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}