fuyuki: Fix wrong disk path

This commit is contained in:
Victor Mignot 2024-08-01 22:55:54 +02:00
parent 58bde11d4f
commit f7585b5bf4
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -17,7 +17,7 @@
boot.initrd.luks.devices = { boot.initrd.luks.devices = {
crypted-nixos = { crypted-nixos = {
device = "401036ff-8ad8-4738-a249-85391dac0430"; device = "/dev/disk/by-uuid/401036ff-8ad8-4738-a249-85391dac0430";
preLVM = true; preLVM = true;
}; };
}; };