stan: ignore libvirt for now

This commit is contained in:
Aaron Bieber 2024-01-26 12:39:16 -07:00
parent b37043851d
commit 1b9e2e99b9
No known key found for this signature in database

View File

@ -216,7 +216,7 @@ in
passwordFile = "${config.sops.secrets.restic_password_file.path}";
repositoryFile = "${config.sops.secrets.restic_repo_file.path}";
paths = [ "/home/abieber" "/var/lib/libvirt" ];
paths = [ "/home/abieber" ];
pruneOpts = [ "--keep-daily 7" "--keep-weekly 2" "--keep-monthly 2" ];
};