Fixup
This commit is contained in:
parent
4d331d93b6
commit
bc44e473d6
1 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,9 @@ in
|
||||||
imports = [ this.profiles.base ];
|
imports = [ this.profiles.base ];
|
||||||
|
|
||||||
networking.hostName = hostName;
|
networking.hostName = hostName;
|
||||||
|
networking.hosts = {
|
||||||
|
"10.3.3.1" = [ "hydra.dadada.li" ];
|
||||||
|
};
|
||||||
|
|
||||||
services.hydra = {
|
services.hydra = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -14,7 +17,7 @@ in
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@localhost";
|
||||||
buildMachinesFiles = [ ];
|
buildMachinesFiles = [ ];
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
listenHost = "10.3.3.3";
|
listenHost = "hydra.dadada.li";
|
||||||
port = 3000;
|
port = 3000;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue