feat: enable hydra
This commit is contained in:
parent
84daaacde7
commit
3a76931572
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@
|
||||||
port = 22332;
|
port = 22332;
|
||||||
};
|
};
|
||||||
hydra = {
|
hydra = {
|
||||||
enable = false;
|
enable = true;
|
||||||
hydraURL = "http://localhost:3000";
|
hydraURL = "http://localhost:3000";
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@localhost";
|
||||||
buildMachinesFiles = [ ];
|
buildMachinesFiles = [ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue