feat: enable hydra

This commit is contained in:
Noa Aarts 2024-10-02 19:16:48 +02:00
parent 84daaacde7
commit 3a76931572
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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 = [ ];