From f791952f955553ae7bfebfc64701318ad27bb211 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 26 May 2022 09:04:59 -0700 Subject: fix(gerrit): use localhost for the proxy --- modules/services/gerrit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; -- cgit 1.4.1