This option specifies system types the build machine can execute derivations on.
This sets the corresponding nix.buildMachines.*.systems option.
Declarations
Type
list of stringDefault
''
  The `nixpkgs.hostPlatform.system` of the build machine's final NixOS configuration.
''Example
[
  "x86_64-linux"
  "aarch64-linux"
]