Correct backup encryption
This commit is contained in:
parent
f3fc0372dc
commit
d5cb513227
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ in {
|
||||||
|
|
||||||
};
|
};
|
||||||
removableDevice = true;
|
removableDevice = true;
|
||||||
|
encryption = {
|
||||||
|
mode = "authenticated";
|
||||||
|
passphrase = "";
|
||||||
|
};
|
||||||
repo = repo;
|
repo = repo;
|
||||||
startAt = "07:00:";
|
startAt = "07:00:";
|
||||||
environment.BORG_BASE_DIR = "${repo}/borg-base-dir";
|
environment.BORG_BASE_DIR = "${repo}/borg-base-dir";
|
||||||
|
|
Loading…
Add table
Reference in a new issue