Fixup
This commit is contained in:
parent
b444906e42
commit
d0470595ff
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue