summary refs log tree commit diff
path: root/nixos/modules/virtualisation/hyperv-guest.nix
Commit message (Collapse)AuthorAge
* nixos/hyperv: fix evaluation of kernelParamsSam Hug2021-10-18
|
* nixos/hyperv: bail gracefully if device is missingPeter Hoeg2021-04-29
|
* nixos/hyperv-guest: rngd was removed, no need to disable itnicoo2021-02-21
|
* nixos/hypervGuest: add Microsoft Synthetic Keyboard driverilian2021-02-17
| | | | | | | 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.
* nixos/virtualisation.hypervGuest: use elevator=noopjrp20142020-02-09
| | | | | | | | | | Microsoft recommends the NOOP I/O scheduler for disk performance in HYPER-V: https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/best-practices-for-running-linux-on-hyper-v > NOOP is a first-in first-out queue that passes the schedule decision > to be made by the hypervisor. It is recommended to use NOOP as the > scheduler when running Linux virtual machine on Hyper-V.
* nixos on hyperv: hot-add CPUPeter Hoeg2018-09-28
|
* nixos on hyperv: load modules and set video modePeter Hoeg2018-09-28
|
* hyperv-daemons: add nixos modulePeter Hoeg2018-01-04
|
* Revert "hyperv-daemons: add nixos module"Peter Hoeg2017-10-14
| | | | This reverts commit 0944d44f1b040856e420aad815a0d1b62194a2cb.
* hyperv-daemons: add nixos modulePeter Hoeg2017-10-14