fix boot issues on hyper-v

This commit is contained in:
2025-07-24 15:54:34 -04:00
parent fcf2300732
commit 96f54930ee

View File

@@ -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";