summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-08 18:49:59 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-08 18:49:59 +0100
commit7e05ed47046085006148617a23237fdc1f8c031a (patch)
tree412d471d69f95cef1022f366cc7db57bd0d9092f
parentecafa1d9bcac665c3e81749a77d5ee1b42bb8bf3 (diff)
downloadnixos-7e05ed47046085006148617a23237fdc1f8c031a.tar
nixos-7e05ed47046085006148617a23237fdc1f8c031a.tar.gz
nixos-7e05ed47046085006148617a23237fdc1f8c031a.tar.bz2
nixos-7e05ed47046085006148617a23237fdc1f8c031a.tar.xz
nixos-7e05ed47046085006148617a23237fdc1f8c031a.zip
ymir: ...
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 3f0e7e75..db4c754c 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1188,7 +1188,7 @@ in rec {
1188 timerConfig = { 1188 timerConfig = {
1189 Persistent = false; 1189 Persistent = false;
1190 OnActiveSec = "1h"; 1190 OnActiveSec = "1h";
1191 RandomizedDelaySec = "1h"; 1191 RandomizedDelaySec = "30m";
1192 }; 1192 };
1193 }) ["ymir-home" "ymir-root" "ymir-root\\x2dhome" "ymir-srv"]); 1193 }) ["ymir-home" "ymir-root" "ymir-root\\x2dhome" "ymir-srv"]);
1194} 1194}