diff --git a/foreman/start-hydra.sh b/foreman/start-hydra.sh index 4e348266..cedcde6e 100755 --- a/foreman/start-hydra.sh +++ b/foreman/start-hydra.sh @@ -19,6 +19,13 @@ if [ ! -f ./.hydra-data/hydra.conf ]; then cat << EOF > .hydra-data/hydra.conf # test-time instances likely don't want to bootstrap nixpkgs from scratch use-substitutes = true + + + + listen_address = 127.0.0.1 + port = 64445 + + EOF fi HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-dev-server --port 63333