Skip to content

Commit

Permalink
nix: adding devServer missing kernel module
Browse files Browse the repository at this point in the history
megaraid module needs to be in the initrd if we are using those disks
for boot.
  • Loading branch information
sarcasticadmin committed Oct 10, 2024
1 parent 404c9c3 commit dfbb049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/machines/devServer/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"usbhid"
"usb_storage"
"sd_mod"
"megaraid_sas"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
Expand Down

0 comments on commit dfbb049

Please sign in to comment.