hydra-module: add default to buildMachinesFiles

+1 -1
+1 -1
nixos/modules/services/continuous-integration/hydra/default.nix
··· 166 166 167 167 buildMachinesFiles = mkOption { 168 168 type = types.listOf types.path; 169 - default = []; 169 + default = [ "/etc/nix/machines" ]; 170 170 example = [ "/etc/nix/machines" "/var/lib/hydra/provisioner/machines" ]; 171 171 description = "List of files containing build machines."; 172 172 };