summaryrefslogtreecommitdiff
path: root/sif.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-11-17 12:24:24 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-11-17 12:24:24 +0100
commitd219fa4694ca7b33c7a71772f8f796d75e681e3f (patch)
treecc3952cc63da4d17ab1f2d8dc0a5fad647b8db9f /sif.nix
parentf638d0be290e6a8d84fd04ce6f01e4e41c18bf42 (diff)
downloadnixos-d219fa4694ca7b33c7a71772f8f796d75e681e3f.tar
nixos-d219fa4694ca7b33c7a71772f8f796d75e681e3f.tar.gz
nixos-d219fa4694ca7b33c7a71772f8f796d75e681e3f.tar.bz2
nixos-d219fa4694ca7b33c7a71772f8f796d75e681e3f.tar.xz
nixos-d219fa4694ca7b33c7a71772f8f796d75e681e3f.zip
...
Diffstat (limited to 'sif.nix')
-rw-r--r--sif.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sif.nix b/sif.nix
index 47269270..21e52529 100644
--- a/sif.nix
+++ b/sif.nix
@@ -378,7 +378,7 @@
378 targets = { 378 targets = {
379 "munin" = { 379 "munin" = {
380 repo = "borg.munin:borg"; 380 repo = "borg.munin:borg";
381 paths = [ "/home" ]; 381 paths = [ { VG = "nvm"; LV = "home"; } ];
382 prune = { 382 prune = {
383 "home" = 383 "home" =
384 [ "--keep-within" "24H" 384 [ "--keep-within" "24H"