summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix14
1 files changed, 1 insertions, 13 deletions
diff --git a/hel.nix b/hel.nix
index 475e0046..daaf0daa 100644
--- a/hel.nix
+++ b/hel.nix
@@ -527,20 +527,8 @@
527 527
528 services.borgbackup = { 528 services.borgbackup = {
529 snapshots = "btrfs"; 529 snapshots = "btrfs";
530 prefix = "automatic.yggdrasil.midgard.hel."; 530 prefix = "yggdrasil.midgard.hel.";
531 targets = { 531 targets = {
532 "odin" = {
533 repo = "borg.odin:/srv/backup/borg";
534 paths = [ "/home/gkleen" ];
535 prune = {
536 "/home/gkleen" =
537 [ "--keep-within" "24H"
538 "--keep-daily" "31"
539 "--keep-monthly" "12"
540 "--keep-yearly" "-1"
541 ];
542 };
543 };
544 "munin" = { 532 "munin" = {
545 repo = "borg.munin:borg"; 533 repo = "borg.munin:borg";
546 paths = [ "/home/gkleen" ]; 534 paths = [ "/home/gkleen" ];