overhaul of backup system

This commit is contained in:
= 2025-11-08 21:14:34 +00:00
parent 2bdeadfa7a
commit 912308dced
19 changed files with 226 additions and 196 deletions

View file

@ -46,5 +46,11 @@ in {
virtualHostConfig = ''
reverse_proxy localhost:${toString vaultPort}
'';
backup = {
enable = true;
paths = [
"/var/lib/vaultwarden"
];
};
};
}