diff --git a/hosts/hainich/services/hasenloch.nix b/hosts/hainich/services/hasenloch.nix index 4f31451..849b832 100644 --- a/hosts/hainich/services/hasenloch.nix +++ b/hosts/hainich/services/hasenloch.nix @@ -17,10 +17,10 @@ sha256 = "1rfbbl69llb4nd6kpz1zqs9aqlfj3qkrp4qc58mzcs1ng3px30b9"; }; }); - domain = "himmel.hacc.earth"; + domain = "himmel.infra4future.de"; config = { - url = "https://himmel.hacc.earth"; + url = "https://himmel.infra4future.de"; trusted_proxies = [ "${config.containers.hasenloch.hostAddress}/31" ]; rewrite_urls = true; @@ -78,7 +78,7 @@ }; services.nginx.recommendedProxySettings = true; - services.nginx.virtualHosts."himmel.hacc.earth" = { + services.nginx.virtualHosts."himmel.infra4future.de" = { locations."/".proxyPass = "http://" + config.containers.hasenloch.localAddress; forceSSL = true; enableACME = true;