module: add default to buildMachinesFiles (#372)

This commit is contained in:
Eric Sagnes 2016-08-21 02:50:12 +09:00 committed by Domen Kožar
parent 682b4bcc73
commit dedcb76bed

View file

@ -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.";
};