fix(restic): remove **/.git from home-server ignorePatterns

This commit is contained in:
Felix Schröter 2022-07-08 11:29:24 +02:00
parent 0bd12bcf2a
commit 6fee4d8a86
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -26,7 +26,6 @@ in {
"/home/*/.local/share/containers" "/home/*/.local/share/containers"
"/home/*/.local/share/Trash" "/home/*/.local/share/Trash"
"/var/lib/jellyfin/transcodes" "/var/lib/jellyfin/transcodes"
"**/.git"
]; ];
timerConfig.OnCalendar = "0/4:00:00"; timerConfig.OnCalendar = "0/4:00:00";
extraPruneOpts = [ "--keep-last 6" ]; extraPruneOpts = [ "--keep-last 6" ];