From 85f8a200275caa603472b27d330b8b8916689947 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 3 Jan 2022 19:56:06 +0100 Subject: [PATCH] Set default host on hera --- 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 f1ebc62c..b1942439 100644 --- a/nixos/machines/hera/web.nix +++ b/nixos/machines/hera/web.nix @@ -28,8 +28,8 @@ in }; }; "hera.m-0.eu" = { + defaultHost = true; enableACME = true; - forceSSL = true; inherit locations; }; "maralorn.de" = {