about summary refs log tree commit diff
path: root/nixos/modules/virtualisation/hyperv-guest.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-12-04linuxPackages.hyperv-daemons: add path conditions for kvp and vssNaïm Favier1-2/+0
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
conversions were done using https://github.com/pennae/nix-doc-munge using (probably) rev f34e145 running nix-doc-munge nixos/**/*.nix nix-doc-munge --import nixos/**/*.nix the tool ensures that only changes that could affect the generated manual *but don't* are committed, other changes require manual review and are discarded.
2022-07-30treewide: automatically md-convert option descriptionspennae1-1/+1
the conversion procedure is simple: - find all things that look like options, ie calls to either `mkOption` or `lib.mkOption` that take an attrset. remember the attrset as the option - for all options, find a `description` attribute who's value is not a call to `mdDoc` or `lib.mdDoc` - textually convert the entire value of the attribute to MD with a few simple regexes (the set from mdize-module.sh) - if the change produced a change in the manual output, discard - if the change kept the manual unchanged, add some text to the description to make sure we've actually found an option. if the manual changes this time, keep the converted description this procedure converts 80% of nixos options to markdown. around 2000 options remain to be inspected, but most of those fail the "does not change the manual output check": currently the MD conversion process does not faithfully convert docbook tags like <code> and <package>, so any option using such tags will not be converted at all.
2021-10-18nixos/hyperv: fix evaluation of kernelParamsSam Hug1-1/+1
2021-04-29nixos/hyperv: bail gracefully if device is missingPeter Hoeg1-0/+2
2021-02-21nixos/hyperv-guest: rngd was removed, no need to disable itnicoo1-2/+0
2021-02-17nixos/hypervGuest: add Microsoft Synthetic Keyboard driverilian1-0/+2
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.
2020-02-09nixos/virtualisation.hypervGuest: use elevator=noopjrp20141-1/+1
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.
2018-09-28nixos on hyperv: hot-add CPUPeter Hoeg1-4/+8
2018-09-28nixos on hyperv: load modules and set video modePeter Hoeg1-0/+23
2018-01-04hyperv-daemons: add nixos modulePeter Hoeg1-0/+37
2017-10-14Revert "hyperv-daemons: add nixos module"Peter Hoeg1-37/+0
This reverts commit 0944d44f1b040856e420aad815a0d1b62194a2cb.
2017-10-14hyperv-daemons: add nixos modulePeter Hoeg1-0/+37