nix.buildMachines.*.system

NixOS option

The system type the build machine can execute derivations on. Either this attribute or systems must be present, where system takes precedence if both are set.

type: null or string
Default
null
Example
"x86_64-linux"
declared in: nixos/modules/config/nix-remote-build.nixView source on NixOS/nixpkgs →