CFB4ED74: disable hydra

This commit is contained in:
steveej 2019-01-26 23:59:52 +01:00
parent 810c61216d
commit 213aa184b1

View file

@ -13,7 +13,7 @@
}; };
services.hydra = { services.hydra = {
enable = true; enable = false;
hydraURL = "http://localhost:3000"; # externally visible URL hydraURL = "http://localhost:3000"; # externally visible URL
notificationSender = "hydra@${config.networking.hostName}.stefanjunker.de"; # e-mail of hydra service notificationSender = "hydra@${config.networking.hostName}.stefanjunker.de"; # e-mail of hydra service
# a standalone hydra will require you to unset the buildMachinesFiles list to avoid using a nonexistant /etc/nix/machines # a standalone hydra will require you to unset the buildMachinesFiles list to avoid using a nonexistant /etc/nix/machines