Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mods.basePackages.enable

Enables default system packages.

Type: boolean

Default: true

Example: false

mods.basePackages.additionalPackages

Additional packages to install. Note that these are installed even if base packages is disabled, e.g. you can also use this as the only packages to install.

Type: list of package

Default: [ ]

Example:

[
  <derivation openssl-3.4.1>
]

mods.basePackages.specialPrograms

special program configuration to be added which require programs.something notation.

Type: attribute set of anything

Default: { }

Example: { }

mods.basePackages.specialServices

special services configuration to be added which require an services.something notation.

Type: attribute set of anything

Default: { }

Example: { }