fix: hydra used too much ram

This commit is contained in:
Noa Aarts 2024-08-30 21:08:24 +02:00
parent 608ffcfbec
commit 6fb53c9669
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -162,7 +162,7 @@
port = 22332; port = 22332;
}; };
hydra = { hydra = {
enable = true; enable = false;
hydraURL = "http://localhost:3000"; hydraURL = "http://localhost:3000";
notificationSender = "hydra@localhost"; notificationSender = "hydra@localhost";
buildMachinesFiles = [ ]; buildMachinesFiles = [ ];