summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 9d8efbe5..55080d0b 100644
--- a/odin.nix
+++ b/odin.nix
@@ -201,7 +201,9 @@
201 ]; 201 ];
202 202
203 prune = lib.genAttrs 203 prune = lib.genAttrs
204 ["raid6-mail" "raid6-home" "raid6-media" "raid6-root" "raid6-git" "ssd-raid1-root"] 204 [ "raid6-mail" "raid6-home" "raid6-media" "raid6-root" "raid6-git" "ssd-raid1-root"
205 "home" "media" "mail" "root" # legacy
206 ]
205 (name: [ 207 (name: [
206 "--keep-within" "24H" 208 "--keep-within" "24H"
207 "--keep-daily" "31" 209 "--keep-daily" "31"