remove enableACME
Some checks failed
Build hosts / build-hosts (pull_request) Failing after 8s
Flake check / flake-check (pull_request) Failing after 7s

This commit is contained in:
sid 2026-04-19 03:18:39 +02:00
parent d7e5bca275
commit 6d39d2a339

View file

@ -56,9 +56,8 @@ in
port = constants.services.rsshub-oci.port; port = constants.services.rsshub-oci.port;
}; };
virtualHosts."${constants.services.vaultwarden.fqdn}" = { virtualHosts."${constants.services.vaultwarden.fqdn}" = {
enableACME = ssl;
forceSSL = ssl;
useACMEHost = "sid-internal"; useACMEHost = "sid-internal";
forceSSL = ssl;
locations."/" = { locations."/" = {
proxyPass = "http://${constants.hosts.rx4.ip}:${toString constants.services.vaultwarden.port}"; proxyPass = "http://${constants.hosts.rx4.ip}:${toString constants.services.vaultwarden.port}";
}; };