vaultwarden: Fix secret owner

This commit is contained in:
emily 2024-10-03 14:50:51 +02:00
parent a698502f25
commit 5caef28f91
Signed by: emily
GPG key ID: F6F4C66207FCF995

View file

@ -5,7 +5,7 @@
};
sops.secrets."services/vaultwarden/basicAuth" = {
sopsFile = ../../secrets/services/vaultwarden.yaml;
owner = "vaultwarden";
owner = "nginx";
};
services.vaultwarden = {
enable = true;
@ -33,7 +33,7 @@
SMTP_SECURITY = "starttls";
SMTP_PORT = 587;
ROCKET_ADDRESS = "::1";
ROCKET_PORT = "8222";
ROCKET_PORT = 8222;
};
};
kyouma.nginx.virtualHosts."staging.vault.kyouma.net" = {