diff options
| -rw-r--r-- | sif.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -349,12 +349,12 @@ | |||
| 349 | ''; | 349 | ''; |
| 350 | 350 | ||
| 351 | services.borgbackup = { | 351 | services.borgbackup = { |
| 352 | snapshots = "lvm"; | 352 | snapshots = "btrfs"; |
| 353 | prefix = "yggdrasil.midgard.sif."; | 353 | prefix = "yggdrasil.midgard.sif."; |
| 354 | targets = { | 354 | targets = { |
| 355 | "munin" = { | 355 | "munin" = { |
| 356 | repo = "borg.munin:borg"; | 356 | repo = "borg.munin:borg"; |
| 357 | paths = [ { VG = "nvm"; LV = "home"; } ]; | 357 | paths = [ "/home/gkleen" ]; |
| 358 | prune = { | 358 | prune = { |
| 359 | "home" = | 359 | "home" = |
| 360 | [ "--keep-within" "24H" | 360 | [ "--keep-within" "24H" |
