about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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" ];