From ba7ef133c83cbb940ab38268d1381a56e1338412 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 15 Feb 2025 03:54:30 -0500 Subject: [PATCH] Infini-DL360/jupyter: use wildcard cert --- hosts/Infini-DL360/jupyter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/jupyter.nix b/hosts/Infini-DL360/jupyter.nix index 3f1899b..9424dce 100644 --- a/hosts/Infini-DL360/jupyter.nix +++ b/hosts/Infini-DL360/jupyter.nix @@ -102,7 +102,7 @@ in systemd.services.jupyter.path = jupyterPath; - services.nginx.virtualHosts."jupyter.internal.inx.moe" = common.nginx.ssl // { + services.nginx.virtualHosts."jupyter.internal.inx.moe" = common.nginx.ssl-inx // { listenAddresses = [ "100.101.102.124" ]; locations."/" = { proxyPass = "http://localhost:${toString cfg.port}";