Uki
boot.uki.configFile
The configuration file passed to {manpage}ukify(1)
to create the UKI.
By default this configuration file is created from {option}boot.uki.settings
.
Type: path
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/system/boot/uki.nix
boot.uki.name
Name of the UKI
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/system/boot/uki.nix
boot.uki.settings
The configuration settings for ukify. These control what the UKI contains and how it is built.
Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/system/boot/uki.nix
boot.uki.tries
Number of boot attempts before this UKI is considered bad.
If no tries are specified (the default) automatic boot assessment remains inactive.
See documentation on Automatic Boot Assessment and boot counting for more information.
Type: null or (unsigned integer, meaning >=0)
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/system/boot/uki.nix
boot.uki.version
Version of the image or generation the UKI belongs to
Type: null or string
Default
config.system.image.version
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/system/boot/uki.nix