unbreak vaultwarden backup
This commit is contained in:
parent
6a7e836d22
commit
1b94984486
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
||||||
ReadWritePaths = [ "/persist/var/lib/vaultwarden" ];
|
ReadWritePaths = [ "/persist/var/lib/vaultwarden" ];
|
||||||
StateDirectory = lib.mkForce "";
|
StateDirectory = lib.mkForce "";
|
||||||
};
|
};
|
||||||
|
systemd.services.backup-vaultwarden.environment.DATA_FOLDER =
|
||||||
|
lib.mkForce "/persist/var/lib/vaultwarden/data";
|
||||||
|
|
||||||
services.nginx.virtualHosts."pw.hacc.space" = {
|
services.nginx.virtualHosts."pw.hacc.space" = {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|
Loading…
Reference in a new issue