Corrected root filesystem partition in host config files

This commit is contained in:
Luke Else 2025-03-21 01:45:45 +00:00
parent 6d43261a16
commit 033768feae
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -9,7 +9,7 @@
# Disk encryption setup
boot.initrd.luks.devices = {
root = {
device = "/dev/sda2";
device = "/dev/sda1";
preLVM = true;
};
};