nix.buildMachines.*.systems
NixOS option
The system types the build machine can execute derivations on. Either this attribute or system must be present, where system takes precedence if both are set.
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/config/nix-remote-build.nixView source on NixOS/nixpkgs →[ "x86_64-linux" "aarch64-linux" ]