Make NIX_REMOTE_SYSTEMS configurable
[?]
Mar 25, 2016, 2:41 PM
CF7QG4IA6LJIJLCPKKAM6XMPQO45YTTIXR32TFYV3LR36I7VDGIQCDependencies
- [2]
TTZ26BJQUnify Hydra's NixOS module with the one used for hydra.nixos.org - [3]
KKHVM4KAMove GC roots to /nix/var/nix/gcroots/hydra - [*]
D3MDJONY - [*]
G2RULGMMhydra-module: add config.extraEnv - [*]
ZYEFL36QPorted/merged properties from the TUD configuration's hydra-module
Change contents
- edit in hydra-module.nix at line 23
NIX_REMOTE_SYSTEMS = concatStringsSep ":" cfg.buildMachinesFiles; - edit in hydra-module.nix at line 153
buildMachinesFiles = mkOption {type = types.list types.path;default = [];example = [ "/etc/nix/machines" "/var/lib/hydra/provisioner/machines" ];description = "List of files containing build machines.";}; - edit in hydra-module.nix at line 322[7.2337][7.2337]
WorkingDirectory = baseDir;