module: add default to buildMachinesFiles (#372)
This commit is contained in:
parent
682b4bcc73
commit
dedcb76bed
@ -165,7 +165,7 @@ in
|
|||||||
|
|
||||||
buildMachinesFiles = mkOption {
|
buildMachinesFiles = mkOption {
|
||||||
type = types.listOf types.path;
|
type = types.listOf types.path;
|
||||||
default = [];
|
default = [ "/etc/nix/machines" ];
|
||||||
example = [ "/etc/nix/machines" "/var/lib/hydra/provisioner/machines" ];
|
example = [ "/etc/nix/machines" "/var/lib/hydra/provisioner/machines" ];
|
||||||
description = "List of files containing build machines.";
|
description = "List of files containing build machines.";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user