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/${config.nathan.config.user}/*/Cache"
|
||||||
"/home/*/Downloads"
|
"/home/*/Downloads"
|
||||||
"/var/dislocker"
|
"/var/dislocker"
|
||||||
];
|
"/var/cache"
|
||||||
|
] ++ config.nathan.services.borg.extraExcludes;
|
||||||
repo = "${config.nathan.services.borg.location}/${config.networking.hostName}";
|
repo = "${config.nathan.services.borg.location}/${config.networking.hostName}";
|
||||||
encryption = {
|
encryption = {
|
||||||
mode = "repokey-blake2";
|
mode = "repokey-blake2";
|
||||||
|
|
Loading…
Reference in New Issue