encrypt all borg backups

This commit is contained in:
root 2025-11-08 19:39:54 +00:00
parent 9231d08176
commit b674bc6e1a
13 changed files with 49 additions and 9 deletions

View file

@ -23,7 +23,10 @@ in {
paths = [
"/var/lib/lldap"
];
encryption.mode = "none";
encryption = {
mode = "passkey";
passCommand = "cat ${config.age.secrets."borg_pass".path}";
};
compression = "auto,lzma";
startAt = "daily";
prune.keep = {