update backup dir
This commit is contained in:
parent
a97962e2a6
commit
2cedf1a717
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
(lib.mkIf config.osbmModules.services.vaultwarden.enable {
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
backupDir = "/var/local/vaultwarden/backup";
|
||||
backupDir = "/persist/backup/vaultwarden";
|
||||
# in order to avoid having ADMIN_TOKEN in the nix store it can be also set with the help of an environment file
|
||||
# be aware that this file must be created by hand (or via secrets management like sops)
|
||||
environmentFile = config.age.secrets.vaultwarden.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue