Fix borg excludes

This commit is contained in:
Nathan McCarty 2022-09-27 00:25:38 -04:00
parent ab9f83015e
commit ba403a3a0b
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ with lib; {
"/home/${config.nathan.config.user}/*/Cache"
"/home/*/Downloads"
"/var/dislocker"
];
"/var/cache"
] ++ config.nathan.services.borg.extraExcludes;
repo = "${config.nathan.services.borg.location}/${config.networking.hostName}";
encryption = {
mode = "repokey-blake2";