From e8b675e60656935839a4c901254a286494dea81d Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Fri, 19 Jun 2026 09:59:22 +1000 Subject: [PATCH] alyssum/restic: use correct opt name oopsie woopsie --- hosts/alyssum/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/alyssum/restic.nix b/hosts/alyssum/restic.nix index 081bf72..2ef946d 100644 --- a/hosts/alyssum/restic.nix +++ b/hosts/alyssum/restic.nix @@ -18,7 +18,7 @@ OnCalendar = "*-*-* *:00,30:00"; Persistent = true; }; - bleh = [ + pruneOpts = [ "--keep-last 24" "--keep-hourly 24" "--keep-daily 7"