encrypt all borg backups
This commit is contained in:
parent
9231d08176
commit
b674bc6e1a
13 changed files with 49 additions and 9 deletions
|
|
@ -23,7 +23,10 @@ in {
|
|||
paths = [
|
||||
"/var/lib/vaultwarden"
|
||||
];
|
||||
encryption.mode = "none";
|
||||
encryption = {
|
||||
mode = "passkey";
|
||||
passCommand = "cat ${config.age.secrets."borg_pass".path}";
|
||||
};
|
||||
compression = "auto,lzma";
|
||||
startAt = "daily";
|
||||
prune.keep = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue