From 6f2cc7bf7f7b911a17b4ce62c5eb5262ec4bbd17 Mon Sep 17 00:00:00 2001 From: hexchen Date: Tue, 9 Mar 2021 10:09:43 +0000 Subject: [PATCH] hainich: remove obsolete nginx host --- hosts/hainich/services/nginx.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/hainich/services/nginx.nix b/hosts/hainich/services/nginx.nix index aae9b43..ad7f0ba 100644 --- a/hosts/hainich/services/nginx.nix +++ b/hosts/hainich/services/nginx.nix @@ -17,10 +17,6 @@ locations."/".proxyPass = "https://stuebinm.4future.dev/about-future-website/"; }; in { - "hainich.chaoswit.ch" = { - enableACME = true; - forceSSL = true; - }; "hainich.hacc.space" = { enableACME = true; forceSSL = true;