about summary refs log tree commit diff
path: root/ops/modules/www/code.tvl.fyi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/modules/www/code.tvl.fyi.nix')
-rw-r--r--ops/modules/www/code.tvl.fyi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/www/code.tvl.fyi.nix b/ops/modules/www/code.tvl.fyi.nix
index 4c182d34f2..3f34a9422c 100644
--- a/ops/modules/www/code.tvl.fyi.nix
+++ b/ops/modules/www/code.tvl.fyi.nix
@@ -22,7 +22,7 @@
 
         # Git operations on depot.git hit josh
         location /depot.git {
-            proxy_pass http://localhost:${toString config.services.depot.git-serving.joshPort};
+            proxy_pass http://localhost:${toString config.services.depot.josh.port};
         }
 
         # Git clone operations on '/' should be redirected to josh now.