vaultwarden: disable local nginx
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 16s
Flake check / flake-check (pull_request) Successful in 16s

This commit is contained in:
sid 2026-04-03 15:56:27 +02:00
parent 5f408cc956
commit e74970f142

View file

@ -15,7 +15,7 @@ in
dbBackend = "postgresql";
configurePostgres = true;
configureNginx = true;
configureNginx = false;
domain = fqdn;
environmentFile = [ config.sops.templates."vaultwarden/env-file".path ];