Use NVME SSD

This commit is contained in:
2020-11-28 13:00:00 +01:00
parent c082ed86cc
commit c7c3412e37
2 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@
boot.initrd.luks.devices = {
root = {
device = "/dev/sda2";
device = "/dev/nvme0n1p2";
preLVM = true;
};
};