MyNixOS website logo

Additional configurations to build. If inheritParentConfig is true, the system will be based on the overall system configuration.

To switch to a specialised configuration (e.g. fewJobsManyCores) at runtime, run:

sudo /run/current-system/specialisation/fewJobsManyCores/bin/switch-to-configuration test
Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{ fewJobsManyCores.configuration = { nix.settings = { core = 0; max-jobs = 1; }; }; }