@cryptotaxi247 / infra-1 / commits / 5b9c8eae

move nix-netboot-serve to 3001 since grafana is on 3000

Graham Christensen committed Sep 29, 2022 at 21:01 UTC 5b9c8eaeb6e47239613cad0552bede0cde8eb15e
1 file changed +2 -2
delft/eris.nix
+2 -2
@@ -37,7 +37,7 @@ in
37
38 services.nix-netboot-serve = {
39 enable = true;
40 - listen = "127.0.0.1:3000";
40 + listen = "127.0.0.1:3001";
41 };
42
43 security.acme = {
@@ -73,7 +73,7 @@ in
73 virtualHosts."netboot.nixos.org" = {
74 enableACME = true;
75 forceSSL = true;
76 - locations."/".proxyPass = "http://127.0.0.1:3000/";
76 + locations."/".proxyPass = "http://127.0.0.1:3001/";
77 };
78
79 virtualHosts."monitoring.nixos.org" = {