diff --git a/hosts/hainich/services/wink.nix b/hosts/hainich/services/wink.nix index b211f3e..9d7e3b1 100644 --- a/hosts/hainich/services/wink.nix +++ b/hosts/hainich/services/wink.nix @@ -44,6 +44,7 @@ httpAddress = "http//0.0.0.0:8000"; email.domains = [ "*" ]; + cookie.domain = "wink2.hacc.space"; # for the keycloak side of the configuration, see the documentation at # https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/oauth_provider#keycloak-auth-provider @@ -76,7 +77,7 @@ }; - services.nginx.virtualHosts."matrix.hacc.space" = { + services.nginx.virtualHosts."wink2.hacc.space" = { locations."/".proxyPass = "http://${config.containers.wink.localAddress}:8000"; forceSSL = true; enableACME = true;