This commit is contained in:
XenGi 2025-12-04 14:58:06 +01:00
parent d864d58b47
commit ea7ff408a2
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0
4 changed files with 8 additions and 7 deletions

View file

@ -6,7 +6,6 @@ in
{
services.nginx = {
enable = true;
package = pkgs.nginxQuic;
resolver.addresses = [
"[2606:4700:4700::1111]"
"[2620:fe::fe]"
@ -17,7 +16,6 @@ in
sslProtocols = "TLSv1.3";
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedZstdSettings = true;
recommendedGzipSettings = true;
recommendedBrotliSettings = true;
virtualHosts."${fqdn}" = {