epyc: disable hydra

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-01-27 19:12:59 +01:00
parent ce2c4ef180
commit 89e64355ea

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
services.hydra = { services.hydra = {
enable = true; enable = false;
hydraURL = "https://hydra.newtype.fr"; hydraURL = "https://hydra.newtype.fr";
notificationSender = "hydra@localhost"; notificationSender = "hydra@localhost";
buildMachinesFiles = [ "/etc/nix/machines" ]; buildMachinesFiles = [ "/etc/nix/machines" ];