diff --git a/Deployments/hydra.nix b/Deployments/hydra.nix index 0cacb78..5e2fe73 100644 --- a/Deployments/hydra.nix +++ b/Deployments/hydra.nix @@ -6,7 +6,7 @@ disabledModules = [ "services/continuous-integration/hydra/default.nix" ]; imports = [ - /home/craige/git/NixOS/hydra/hydra-module.nix + /home/craige/source/NixOS/hydra/hydra-module.nix ]; services.postfix = { @@ -49,7 +49,7 @@ virtualHosts."hydra.mcwhirter.io" = { forceSSL = true; enableACME = true; - locations."/".proxyPass = "http://localhost:3000"; + locations."/".proxyPass = "http://127.0.0.1:3000"; }; };