about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-26 09:04:59 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-26 09:04:59 -0700
commitf791952f955553ae7bfebfc64701318ad27bb211 (patch)
tree10b4a55ee33cd25c1712b06610958efcfce0757e
parentfix(gerrit): remove extra '}' from string (diff)
downloadworld-f791952f955553ae7bfebfc64701318ad27bb211.tar.gz
fix(gerrit): use localhost for the proxy
-rw-r--r--modules/services/gerrit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/gerrit/default.nix b/modules/services/gerrit/default.nix
index 19fa5f1..6eaece4 100644
--- a/modules/services/gerrit/default.nix
+++ b/modules/services/gerrit/default.nix
@@ -33,7 +33,7 @@ in {
           docUrl = "/Documentation";
         };
 
-        httpd.listenUrl = "proxy-https://${cfg.listenAddress}";
+        httpd.listenUrl = "proxy-https://localhost:4778";
 
         download.command = [ "checkout" "cherry_pick" "format_patch" "pull" ];