diff options
| author | Pjotr Prins | 2026-02-20 19:02:42 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2026-02-20 19:02:46 +0100 |
| commit | 2f2d6014945ef8f8e36b784fe02cd4725f1592ab (patch) | |
| tree | 340257ccfe0f654367a84d051d8d4b4424285a61 | |
| parent | 54bb36009a8a41bd30c80c84f8c224d211f99a5b (diff) | |
| download | gn-ai-2f2d6014945ef8f8e36b784fe02cd4725f1592ab.tar.gz | |
octopus
| -rw-r--r-- | topics/deploy/uthsc-vpn.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/deploy/uthsc-vpn.scm b/topics/deploy/uthsc-vpn.scm index 82942c78..777d282d 100644 --- a/topics/deploy/uthsc-vpn.scm +++ b/topics/deploy/uthsc-vpn.scm @@ -178,7 +178,7 @@ (setenv "REQUESTS_CA_BUNDLE" #$(local-file "uthsc-certificate.pem")) (invoke #$(file-append openconnect-sso-uthsc "/bin/openconnect-sso") - "--server" "$vpn-server" ; ask us for end-point or see UT docs + "--server" "uthscvpn1.uthsc.edu" ; ask us for end-point or see UT docs "--authgroup" "UTHSC" "--" "--script" (string-join (cons #$(file-append vpn-slice "/bin/vpn-slice") |
