fix: boot?
This commit is contained in:
parent
3eb882642f
commit
76c0baee72
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue