diff --git a/nixos/machines/hera/web.nix b/nixos/machines/hera/web.nix index 2a30f79a..66e856c2 100644 --- a/nixos/machines/hera/web.nix +++ b/nixos/machines/hera/web.nix @@ -28,7 +28,9 @@ in }; }; "hera.m-0.eu" = { + serverAliases = [ "malte-und-clai.re" ]; default = true; + enableSSL = true; enableACME = true; inherit locations; };