From 2b1da464e0ed33ab36a21687dc791394ab8e989f Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Thu, 9 Oct 2025 16:24:30 -0400 Subject: [PATCH] Fix dumb syntax error --- modules/hosts/common/linux/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"