keyMap = mkOption {
type = types.nullOr types.string;
default = null;
description = ''
Which layout to use in the GRUB menu.
This does not affect the core image (for example the LUKS
password prompt).
Acceptables values are:
null: leave GRUB default"console": use the value of "x": use the layout configured for the X serveranother string, like "fr".
'';
};