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 string
Default
[ ]
Example
[
  "x86_64-linux"
  "aarch64-linux"
]
declared in: nixos/modules/config/nix-remote-build.nixView source on NixOS/nixpkgs →