nix.settings.system-features

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

Type
list of string
Default
[ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-<arch>" ]
Declared
<nixpkgs/nixos/modules/config/nix.nix>