nixos/hypervGuest: add Microsoft Synthetic Keyboard driver
Ensure that the HyperV keyboard driver is available in the early stages of the boot process. This allows the user to enter a disk encryption passphrase or repair a boot problem in an interactive shell.
This commit is contained in:
parent
e32aaddc77
commit
29a6c9b9a3
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ in {
|
||||||
"hv_balloon" "hv_netvsc" "hv_storvsc" "hv_utils" "hv_vmbus"
|
"hv_balloon" "hv_netvsc" "hv_storvsc" "hv_utils" "hv_vmbus"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
initrd.availableKernelModules = [ "hyperv_keyboard" ];
|
||||||
|
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"video=hyperv_fb:${cfg.videoMode} elevator=noop"
|
"video=hyperv_fb:${cfg.videoMode} elevator=noop"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue