nix.settings.system-features

NixOS option

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 in: nixos/modules/config/nix.nixView source on NixOS/nixpkgs →