From e1744959290c6e6771ce828a2b71d8b685853fc8 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 18 Jan 2026 23:17:20 -0600 Subject: [PATCH] Tell attic to store ALL of the things --- modules/nixos/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/home.nix b/modules/nixos/home.nix index a4684e2..0e2d67f 100644 --- a/modules/nixos/home.nix +++ b/modules/nixos/home.nix @@ -37,7 +37,7 @@ with lib; mkdir -p $XDG_CONFIG_HOME/attic cp ${config.age.secrets.attic.path} $XDG_CONFIG_HOME/attic/config.toml ''; - script = "${pkgs.attic-client}/bin/attic watch-store default"; + script = "${pkgs.attic-client}/bin/attic watch-store --ignore-upstream-cache-filter default"; environment = { XDG_CONFIG_HOME = "/var/lib/attic-client"; };