This commit is contained in:
Tim Schubert 2021-01-02 19:31:42 +01:00
parent 4d331d93b6
commit bc44e473d6
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -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;
}; };