nix.buildMachines.*.systems

The system types the build machine can execute derivations on.

Type
list of string
Default
[ ]
Example
[
  "x86_64-linux"
  "aarch64-linux"
]
Declared
<home-manager/modules/misc/nix-remote-build.nix>