nix.buildMachines
This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds).
Nix will perform derivations on those machines via SSH by copying the
inputs to the Nix store on the remote machine, starting the build,
then copying the output back to the local Nix store.
- Type
list of (submodule)- Default
[ ]- Declared
- <nixpkgs/nixos/modules/config/nix-remote-build.nix>