diff --git a/flake.nix b/flake.nix index bae79e2..a6456f9 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,8 @@ system.stateVersion = "25.05"; + boot.initrd.kernelModules = ["hv_vmbus" "hv_storvsc"]; # Hyper-V Support + # Disable unneeded features ##boot.loader.grub.enable = true; # Not needed as iso-image.nix in modulesPath defines these and cause conflict ##boot.loader.grub.device = "nodev";