mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
fix: laptop boots again now
This commit is contained in:
parent
71211c38da
commit
b1133aabd9
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.luks.devices."luks-root".device = "/dev/nvme0n1p3";
|
boot.initrd.luks.devices."luks-156453ac-bbad-452c-ad92-4fc569db9347".device =
|
||||||
|
"/dev/disk/by-uuid/156453ac-bbad-452c-ad92-4fc569db9347";
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/0EFD-4B3F";
|
device = "/dev/disk/by-uuid/0EFD-4B3F";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue