From 0c3460e28f0ca9e825c40fb891ada8aa6bb00b8a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 9 Apr 2018 16:43:09 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odin.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'odin.nix') diff --git a/odin.nix b/odin.nix index cf9cb687..1987ea82 100644 --- a/odin.nix +++ b/odin.nix @@ -162,12 +162,14 @@ { VG = "ssd-raid1"; LV = "root"; } ]; - prune = lib.genAttrs (name: [ + prune = lib.genAttrs + ["raid6/mail" "raid6/home" "raid6/media" "raid6/root" "ssd-raid1/root"] + (name: [ "--keep-within 24H" "--keep-daily 31" "--keep-monthly 12" "--keep-yearly -1" - ]) ["raid6/mail" "raid6/home" "raid6/media" "raid6/root" "ssd-raid1/root"]; + ]); }; }; }; -- cgit v1.2.3