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 = {
|
||||
enable = true;
|
||||
hydraURL = "http://hydra.dadada.li/";
|
||||
hydraURL = "https://hydra.dadada.li/";
|
||||
notificationSender = "hydra@localhost";
|
||||
buildMachinesFiles = [ ];
|
||||
useSubstitutes = true;
|
||||
listenHost = "fcde:ad::1";
|
||||
#listenHost = "[fcde:ad::1]";
|
||||
listenHost = "*";
|
||||
port = 3000;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue