From 4b2270e57aac31a021d644f55a64087f82485e96 Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Fri, 19 Jun 2026 10:46:10 +1000 Subject: [PATCH] alyssum/restic: ignore snapshots correctly --- 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 f5268b7..d84489c 100644 --- a/hosts/alyssum/restic.nix +++ b/hosts/alyssum/restic.nix @@ -13,7 +13,7 @@ repositoryFile = config.age.secrets.restic_url.path; paths = ["/flower"]; - exclude = ["/.snapshots"]; + exclude = ["/flower/.snapshots"]; timerConfig = { # every 6 hours OnCalendar = "*-*-* 00,06,12,18:00:00";