From 0285ffb0d01f7c3c5d6d5c0b3a8a491d2322f53c 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;