From ddfb3de1fb46b397a3091cbf2ee80d50c6e7500e Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 26 Aug 2024 10:36:34 +0200 Subject: [PATCH] chore: enable tsts on stalwart --- machines/akhaten/stalwart.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/akhaten/stalwart.nix b/machines/akhaten/stalwart.nix index a8a0548..8a5b288 100644 --- a/machines/akhaten/stalwart.nix +++ b/machines/akhaten/stalwart.nix @@ -9,6 +9,7 @@ }; lookup.default.hostname = "mail.luj.fr"; server = { + http.hsts = true; max-connections = 8192; hostname = "mail.luj.fr"; tls.enable = true;