CF7QG4IA6LJIJLCPKKAM6XMPQO45YTTIXR32TFYV3LR36I7VDGIQC
TTZ26BJQKIASUK7MT6KGQOIOOHEYWNV4UASO2ZQWGK4ADGK6SR6QC
KKHVM4KAM6I5B4KZPIKCEBWRB3LNYCFD7XIH4NCPGLNSMRCGJC6AC
G2RULGMMNKPSV3CPHZOTSZ2UNISNQY5WXJ6Y4XEQMPKQ5NLIEB4AC
D3MDJONYWWNXVVZDKTPDQE2H2HGMF263LXKT57B2GYCOXNM3PPOQC
ZYEFL36QOB6KUR276RRT4PSAK7HWUJ6TLLZBEZM7SSGUX2WQTMZQC
NIX_REMOTE_SYSTEMS = concatStringsSep ":" cfg.buildMachinesFiles;
buildMachinesFiles = mkOption { type = types.list types.path; default = []; example = [ "/etc/nix/machines" "/var/lib/hydra/provisioner/machines" ]; description = "List of files containing build machines."; };
buildMachinesFiles = mkOption {
type = types.list types.path;
default = [];
example = [ "/etc/nix/machines" "/var/lib/hydra/provisioner/machines" ];
description = "List of files containing build machines.";
};
WorkingDirectory = baseDir;