summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 4a823b39..d941684a 100644
--- a/hel.nix
+++ b/hel.nix
@@ -527,6 +527,7 @@
527 timerConfig = { 527 timerConfig = {
528 Persistent = true; 528 Persistent = true;
529 OnUnitInactiveSec = "6h"; 529 OnUnitInactiveSec = "6h";
530 OnBootSec = "6h";
530 }; 531 };
531 }; 532 };
532 systemd.services."backup-odin@" = { 533 systemd.services."backup-odin@" = {