diff options
author | tazjin <tazjin@tvl.su> | 2023-10-10T06·33+0000 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-10-10T06·36+0000 |
commit | 910adb50b8c1856f54f05e23456e1e5b3249acf2 (patch) | |
tree | 2abf0ce39ab5068d3836dbb431a6beb8b5a4e282 /ops | |
parent | d1bccfe82fefe3885074e3e7019351fb7bcdc6de (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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/josh.nix b/ops/modules/josh.nix index 5bf00ca31bad..4591ebf0f078 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"; }; }; }; |