disable dhparams
Some checks failed
Build hosts / build-hosts (pull_request) Failing after 3s
Flake check / flake-check (pull_request) Failing after 3s

This commit is contained in:
sid 2026-05-05 13:28:25 +02:00
parent 907dcf9011
commit aebbc5767e

View file

@ -36,7 +36,7 @@ in
services.nginx = {
enable = true;
openFirewall = true;
forceSSL = true;
forceSSL = false;
virtualHosts = {
"${constants.services.docs.fqdn}" = {