Fix errors caused by temp files creation

This commit is contained in:
Inex Code
2021-11-17 11:54:36 +03:00
parent e76f0e5d82
commit 7c2264ff89
4 changed files with 13 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ in
services.bitwarden_rs = {
enable = cfg.bitwarden.enable;
dbBackend = "sqlite";
backupDir = "/var/bitwarden/backup";
backupDir = "/var/lib/bitwarden/backup";
config = {
domain = "https://password.${cfg.domain}/";
signupsAllowed = true;