nix.linux-builder.systems

This option specifies system types the build machine can execute derivations on.

This sets the corresponding nix.buildMachines.*.systems option.

Type
list of string
Default
''
  The `nixpkgs.hostPlatform.system` of the build machine's final NixOS configuration.
''
Example
[
  "x86_64-linux"
  "aarch64-linux"
]
Declared
<nix-darwin/modules/nix/linux-builder.nix>