corrected port
All checks were successful
Flake check / flake-check (pull_request) Successful in 25s
Build hosts / build-hosts (pull_request) Successful in 28s

This commit is contained in:
sid 2026-05-05 20:13:49 +02:00
parent da1e8d80ec
commit f1d652f370

View file

@ -96,7 +96,7 @@ in
services.nginx.virtualHosts = mkIf cfg.reverseProxy.enable {
"${fqdn}" = mkVirtualHost {
port = cfg.config.PORT;
inherit (cfg) port;
ssl = cfg.reverseProxy.forceSSL;
};
};