From 1ed9eb8478b3bc4684d34fa40fa4043fc67e9dba Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 3 Jan 2022 21:29:43 +0100 Subject: [PATCH] Fix SSL on hera --- nixos/machines/hera/web.nix | 2 ++ 1 file changed, 2 insertions(+) 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; };