about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authortazjin <tazjin@tvl.su>2023-10-10T06·33+0000
committertazjin <tazjin@tvl.su>2023-10-10T06·36+0000
commit910adb50b8c1856f54f05e23456e1e5b3249acf2 (patch)
tree2abf0ce39ab5068d3836dbb431a6beb8b5a4e282 /ops
parentd1bccfe82fefe3885074e3e7019351fb7bcdc6de (diff)
revert(ops/code.tvl.fyi): fix josh-proxy cmdline args r/6762
This partially reverts commit eb167c71a779b978a1fd4d6cd29fdf47268c578d.

Reason for revert: Broke anonymous cloning.

Change-Id: I10d148f8deed5d9a200d1e731fe341b9ee0782c3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9625
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops')
-rw-r--r--ops/modules/josh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/josh.nix b/ops/modules/josh.nix
index 5bf00ca31b..4591ebf0f0 100644
--- a/ops/modules/josh.nix
+++ b/ops/modules/josh.nix
@@ -26,7 +26,7 @@ in
         DynamicUser = true;
         StateDirectory = "josh";
         Restart = "always";
-        ExecStart = "${depot.third_party.josh}/bin/josh-proxy --no-background --local /var/lib/josh --port ${toString cfg.port} --remote https://cl.tvl.fyi/a --require-auth";
+        ExecStart = "${depot.third_party.josh}/bin/josh-proxy --no-background --local /var/lib/josh --port ${toString cfg.port} --remote https://cl.tvl.fyi/ --require-auth";
       };
     };
   };