pruflas: fixup hydra listen host
This commit is contained in:
parent
ff50c0d632
commit
2da7cc10be
1 changed files with 1 additions and 1 deletions
|
@ -24,8 +24,8 @@ in
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@localhost";
|
||||||
buildMachinesFiles = [ ];
|
buildMachinesFiles = [ ];
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
listenHost = "hydra.dadada.li";
|
|
||||||
port = 3000;
|
port = 3000;
|
||||||
|
listenHost = "10.3.3.3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue