mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-27 05:11:30 +00:00
Make sure bitwarden has a backup folder
This commit is contained in:
parent
ec8ce1a235
commit
c20d409325
|
@ -59,6 +59,9 @@ in
|
|||
];
|
||||
};
|
||||
};
|
||||
systemd.tmpfiles.rules = lib.mkIf sp.useBinds [
|
||||
"d /volumes/${cfg.location}/bitwarden/backup 0700 vaultwarden vaultwarden -"
|
||||
];
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
dbBackend = "sqlite";
|
||||
|
|
Loading…
Reference in a new issue