From 63b4abd679e0b16d1e3e52def11fffeef5d3dbca Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 5 Jan 2022 20:07:28 +0100 Subject: [PATCH] Fix SSL warning --- nixos/machines/hera/web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/hera/web.nix b/nixos/machines/hera/web.nix index 66e856c2..acd3a59f 100644 --- a/nixos/machines/hera/web.nix +++ b/nixos/machines/hera/web.nix @@ -30,7 +30,7 @@ in "hera.m-0.eu" = { serverAliases = [ "malte-und-clai.re" ]; default = true; - enableSSL = true; + forceSSL = true; enableACME = true; inherit locations; };