fix acme + vaultwarden config

This commit is contained in:
k3t
2026-03-15 21:57:15 -06:00
parent 2096e8ed00
commit 17d74e5a3e
@@ -8,6 +8,7 @@
# be aware that this file must be created by hand (or via secrets management like sops) # be aware that this file must be created by hand (or via secrets management like sops)
environmentFile = "/var/lib/vaultwarden/vaultwarden.env"; environmentFile = "/var/lib/vaultwarden/vaultwarden.env";
configureNginx = true; configureNginx = true;
domain = "bitwarden.k3t.dev";
config = { config = {
# Refer to https://github.com/dani-garcia/vaultwarden/blob/main/.env.template # Refer to https://github.com/dani-garcia/vaultwarden/blob/main/.env.template
DOMAIN = "https://bitwarden.k3t.dev"; DOMAIN = "https://bitwarden.k3t.dev";