Add tesco m2 drive

This commit is contained in:
bad 2022-04-01 11:47:11 +02:00
parent 284136ef2d
commit d087dbc32d

View file

@ -30,7 +30,7 @@
networking.networkmanager.enable = true;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "bcache" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "bcache" "nvme" ];
boot.extraModulePackages = [ ];
@ -44,6 +44,11 @@
preLVM = true;
allowDiscards = true;
};
m2-root = {
device = "/dev/disk/by-uuid/9cb8d4e5-f501-48c9-b953-0a2314f207e9";
preLVM = true;
allowDiscards = true;
};
};
fileSystems."/" =