Corrected encrypted device to be the main partition

This commit is contained in:
Luke Else 2025-03-21 10:46:01 +00:00
parent 5c02580724
commit d4e0c6daf0

View File

@ -13,7 +13,7 @@
canTouchEfiVariables = true; canTouchEfiVariables = true;
espDevice = "/dev/sda2"; espDevice = "/dev/sda2";
}; };
initrd.luks.devices.cryptroot.device = "/dev/sda2"; initrd.luks.devices.cryptroot.device = "/dev/sda1";
} }
fileSystems."/" = { fileSystems."/" = {