summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 4140fddc..4a823b39 100644
--- a/hel.nix
+++ b/hel.nix
@@ -519,6 +519,16 @@
519 519
520 services.btrfs-snapshots.enable = true; 520 services.btrfs-snapshots.enable = true;
521 521
522 systemd.timers."backup-odin@home-gkleen" = {
523 enable = true;
524
525 wantedBy = [ "timers.target" ];
526
527 timerConfig = {
528 Persistent = true;
529 OnUnitInactiveSec = "6h";
530 };
531 };
522 systemd.services."backup-odin@" = { 532 systemd.services."backup-odin@" = {
523 enable = true; 533 enable = true;
524 534