Changed source to a local copy

This commit is contained in:
Serĉanto de Scio 2019-09-05 08:07:33 +10:00
parent ab068da79d
commit bc76add6d3
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -3,6 +3,11 @@
{ config, pkgs, lib, ... }:
{
disabledModules = [ "services/continuous-integration/hydra/default.nix" ];
imports = [
/home/craige/git/NixOS/hydra/hydra-module.nix
];
services.postfix = {
enable = true;
@ -22,10 +27,11 @@
'';
};
networking.firewall.allowedTCPPorts = [ config.services.hydra.port ];
networking.firewall.allowedTCPPorts = [ config.services.hydra-dev.port ];
services.hydra = {
services.hydra-dev = {
enable = true;
package = pkgs.callPackage ./hydra-dev.nix {}; # Remove to use stable Hydra
useSubstitutes = true;
hydraURL = "https://hydra.mcwhirter.io";
notificationSender = "hydra.mcwhirter.io";