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