change cryptroot disk uuid

This commit is contained in:
2025-03-10 22:44:15 +01:00
parent d36191568f
commit 075a80ff73

View File

@ -3,7 +3,7 @@
{ {
boot.kernelParams = [ "kvm.enable_virt_at_load=0" ]; boot.kernelParams = [ "kvm.enable_virt_at_load=0" ];
boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/fd3eb360-0bf9-4622-acf1-e461304b59fe"; boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/a4593b01-069d-4a5d-a550-74a762b89b3f";
networking.hostName = "patate-douce"; networking.hostName = "patate-douce";
networking.wireless.enable = true; networking.wireless.enable = true;