From 1afc9c7a71907026e89f51d5fde06f554a537eaa Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 21 Jul 2017 00:35:08 +0200 Subject: krebs: bump nixos-version --- krebs/2configs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krebs/2configs') diff --git a/krebs/2configs/default.nix b/krebs/2configs/default.nix index 53ad56d65..901516e50 100644 --- a/krebs/2configs/default.nix +++ b/krebs/2configs/default.nix @@ -46,6 +46,6 @@ with import ; # The NixOS release to be compatible with for stateful data such as databases. - system.stateVersion = "15.09"; + system.stateVersion = "17.03"; } -- cgit v1.2.3 From 8bfcf85531c4b8455c301504ccd74f95487e86d0 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 21 Jul 2017 00:35:30 +0200 Subject: krebs shared-buildbot: use ipv4 localhost --- krebs/2configs/shared-buildbot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krebs/2configs') diff --git a/krebs/2configs/shared-buildbot.nix b/krebs/2configs/shared-buildbot.nix index efb41cc3e..51984209c 100644 --- a/krebs/2configs/shared-buildbot.nix +++ b/krebs/2configs/shared-buildbot.nix @@ -14,7 +14,7 @@ locations."/".extraConfig = '' proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; - proxy_pass http://localhost:${toString config.krebs.buildbot.master.web.port}; + proxy_pass http://127.0.0.1:${toString config.krebs.buildbot.master.web.port}; ''; }; -- cgit v1.2.3