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; };