MyNixOS website logo
option

nix.settings.system-features

The set of features supported by the machine. Derivations can express dependencies on system features through the requiredSystemFeatures attribute.

By default, pseudo-features nixos-test, benchmark, and big-parallel used in Nixpkgs are set, kvm is also included if it is available.

Declarations
Type
list of string
Example
[
  "kvm"
  "big-parallel"
  "gccarch-skylake"
]