summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-09 13:35:37 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-09 13:35:37 +0200
commit05393c477a2ec1bfc0ed8c6a4f8a80066f5ec81d (patch)
treed3895f51a8d9e7dc08ac2947ce4a1c64a452ef59 /hel.nix
parentbb87c21224a1aad29b52267d3be710aac87871d1 (diff)
downloadnixos-05393c477a2ec1bfc0ed8c6a4f8a80066f5ec81d.tar
nixos-05393c477a2ec1bfc0ed8c6a4f8a80066f5ec81d.tar.gz
nixos-05393c477a2ec1bfc0ed8c6a4f8a80066f5ec81d.tar.bz2
nixos-05393c477a2ec1bfc0ed8c6a4f8a80066f5ec81d.tar.xz
nixos-05393c477a2ec1bfc0ed8c6a4f8a80066f5ec81d.zip
borg on odin
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/hel.nix b/hel.nix
index fc2edd28..a8a3db89 100644
--- a/hel.nix
+++ b/hel.nix
@@ -523,9 +523,9 @@
523 targets = { 523 targets = {
524 "odin" = { 524 "odin" = {
525 repo = "borg.odin:/srv/backup/borg"; 525 repo = "borg.odin:/srv/backup/borg";
526 paths = [ "home-gkleen" ]; 526 paths = [ "/home/gkleen" ];
527 prune = { 527 prune = {
528 "home-gkleen" = 528 "/home/gkleen" =
529 [ "--keep-within 24H" 529 [ "--keep-within 24H"
530 "--keep-daily 31" 530 "--keep-daily 31"
531 "--keep-monthly 12" 531 "--keep-monthly 12"
@@ -535,9 +535,9 @@
535 }; 535 };
536 "munin" = { 536 "munin" = {
537 repo = "borg.munin:borg"; 537 repo = "borg.munin:borg";
538 paths = [ "home-gkleen" ]; 538 paths = [ "/home/gkleen" ];
539 prune = { 539 prune = {
540 "home-gkleen" = 540 "/home/gkleen" =
541 [ "--keep-within 24H" 541 [ "--keep-within 24H"
542 "--keep-daily 31" 542 "--keep-daily 31"
543 "--keep-monthly 12" 543 "--keep-monthly 12"