hydra-module: add default to buildMachinesFiles
This commit is contained in:
parent
128389b60c
commit
338c425e08
@ -166,7 +166,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 New Issue
Block a user