Correct backup encryption

This commit is contained in:
Fabian Hauser 2020-09-26 16:08:37 +00:00
parent f3fc0372dc
commit d5cb513227

View file

@ -22,6 +22,10 @@ in {
};
removableDevice = true;
encryption = {
mode = "authenticated";
passphrase = "";
};
repo = repo;
startAt = "07:00:";
environment.BORG_BASE_DIR = "${repo}/borg-base-dir";