diff --git a/modules/hosts/common/linux/restic.nix b/modules/hosts/common/linux/restic.nix index 9a5ff72..91cc256 100644 --- a/modules/hosts/common/linux/restic.nix +++ b/modules/hosts/common/linux/restic.nix @@ -19,7 +19,7 @@ extraBackupArgs = [ "--retry-lock 2h" - ] + ]; pruneOpts = [ "--keep-daily 7"