Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
nixos-installer: use the hyperv module on hyperv
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Sep 28, 2018
1 parent 3a76bc7 commit ca6d41a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nixos/modules/installer/tools/nixos-generate-config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@ sub usbCheck {

# Also for Hyper-V.
if ($virt eq "microsoft") {
push @initrdAvailableKernelModules, "hv_storvsc";
$videoDriver = "fbdev";
push @attrs, "virtualisation.hypervGuest.enable = true;"
}


Expand Down

0 comments on commit ca6d41a

Please sign in to comment.