fix vaultwarden DOMAIN env var, needed for send to work

This commit is contained in:
xunuwu 2025-09-12 20:42:18 +02:00
parent 4e73bdb0dc
commit 07f15af878
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -6,7 +6,7 @@
services.vaultwarden = {
enable = true;
config = {
DOMAIN = "https://${config.services.caddy.virtualHosts.vaultwarden.hostName}";
DOMAIN = "https://vw.xunuwu.xyz";
ROCKET_ADDRESS = "0.0.0.0";
ROCKET_PORT = 35381;
ROCKET_LOG = "critical";