From 95720c3b770e4b4f0558351308c8a4fe5091afad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 26 Jan 2025 01:27:22 +0200 Subject: [PATCH] recommendedTlsSettings --- hosts/fwminex/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 3da1563..81d817a 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -354,6 +354,7 @@ in nginx = { defaultHTTPListenPort = 8081; defaultSSLListenPort = 8443; + recommendedTlsSettings = true; virtualHosts."r1.jakstys.lt" = { basicAuthFile = config.age.secrets.r1-htpasswd.path;