diff --git a/hosts/architect/backup.nix b/hosts/architect/backup.nix index 2a1c206..5ed0fa3 100644 --- a/hosts/architect/backup.nix +++ b/hosts/architect/backup.nix @@ -17,6 +17,9 @@ environmentFile = config.age.secrets.restic-environment.path; repository = "b2:architect:/"; paths = [ "/var/lib" "/services" ]; + exclude = [ + "/var/lib/ollama" + ]; pruneOpts = [ "--keep-daily 45" "--keep-weekly 12"