From 6ab6e07e82a9d9de35465721c8b1e3d6bb86a0e8 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 3 Jan 2022 20:00:14 +0100 Subject: [PATCH] Fix defaultHost flag --- 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 b1942439..2a30f79a 100644 --- a/nixos/machines/hera/web.nix +++ b/nixos/machines/hera/web.nix @@ -28,7 +28,7 @@ in }; }; "hera.m-0.eu" = { - defaultHost = true; + default = true; enableACME = true; inherit locations; };