Fix borg excludes
This commit is contained in:
parent
ab9f83015e
commit
ba403a3a0b
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue