fix: boot?

This commit is contained in:
Ananth Venkatesh 2025-02-02 02:48:48 -05:00
parent 3eb882642f
commit 76c0baee72
Signed by untrusted user who does not match committer: ananthv
GPG key ID: 4BB578E748CFE4FF

View file

@ -29,6 +29,10 @@
device = "/dev/disk/by-uuid/a13fb71a-f654-49ba-88b5-e386c9009fed";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/a13fb71a-f654-49ba-88b5-e386c9009fed";
fsType = "ext4";
};
boot.initrd.luks.devices."luks-c06a68dc-9721-4bf1-8845-e09da3580d2e".device =
"/dev/disk/by-uuid/c06a68dc-9721-4bf1-8845-e09da3580d2e";