summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/odin.nix b/odin.nix
index 1987ea82..321535b1 100644
--- a/odin.nix
+++ b/odin.nix
@@ -165,10 +165,10 @@
165 prune = lib.genAttrs 165 prune = lib.genAttrs
166 ["raid6/mail" "raid6/home" "raid6/media" "raid6/root" "ssd-raid1/root"] 166 ["raid6/mail" "raid6/home" "raid6/media" "raid6/root" "ssd-raid1/root"]
167 (name: [ 167 (name: [
168 "--keep-within 24H" 168 "--keep-within" "24H"
169 "--keep-daily 31" 169 "--keep-daily" "31"
170 "--keep-monthly 12" 170 "--keep-monthly" "12"
171 "--keep-yearly -1" 171 "--keep-yearly" "-1"
172 ]); 172 ]);
173 }; 173 };
174 }; 174 };