nix.buildMachines.*.supportedFeatures

NixOS option

A list of features supported by this builder. The builder will be ignored for derivations that require features not in this list.

type: list of string
Default
[ ]
Example
[
  "kvm"
  "big-parallel"
]
declared in: nixos/modules/config/nix-remote-build.nixView source on NixOS/nixpkgs →