This commit is contained in:
Tim Schubert 2021-01-02 18:07:16 +01:00
parent b444906e42
commit d0470595ff
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -10,11 +10,12 @@ in
services.hydra = { services.hydra = {
enable = true; enable = true;
hydraURL = "http://hydra.dadada.li/"; hydraURL = "https://hydra.dadada.li/";
notificationSender = "hydra@localhost"; notificationSender = "hydra@localhost";
buildMachinesFiles = [ ]; buildMachinesFiles = [ ];
useSubstitutes = true; useSubstitutes = true;
listenHost = "fcde:ad::1"; #listenHost = "[fcde:ad::1]";
listenHost = "*";
port = 3000; port = 3000;
}; };