Enabled local Hydra on pc to learn it

This commit is contained in:
Andrea Ciceri 2022-04-02 10:48:06 +02:00
parent 257c019e6b
commit d9ea840eef
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -50,5 +50,15 @@
}; };
}; };
# TODO: disable, only for playing
services.hydra = {
enable = true;
hydraURL = "http://localhost:3000";
notificationSender = "hydra@localhost";
buildMachinesFiles = [ ];
useSubstitutes = true;
};
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
} }