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;