fuyuki: Fix wrong disk path
This commit is contained in:
parent
58bde11d4f
commit
f7585b5bf4
|
@ -17,7 +17,7 @@
|
|||
|
||||
boot.initrd.luks.devices = {
|
||||
crypted-nixos = {
|
||||
device = "401036ff-8ad8-4738-a249-85391dac0430";
|
||||
device = "/dev/disk/by-uuid/401036ff-8ad8-4738-a249-85391dac0430";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue