This commit is contained in:
Shelvacu
2025-05-19 21:08:09 -07:00
committed by Shelvacu on legtop
parent 1ed01527a4
commit 30799d7307

View File

@@ -7,7 +7,7 @@ let
seagate_ironwolf
];
raidPartitions = map (s: s + "-part2") nvmeDevices;
md_dev = "/dev/md/prophecy-root-crypt";
md_dev = "/dev/disk/by-id/md-name-prophecy-root-crypt";
in
{
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];