diff --git a/osConfigs/hosts/laptop.nix b/osConfigs/hosts/laptop.nix index 1ab6b43..4593630 100644 --- a/osConfigs/hosts/laptop.nix +++ b/osConfigs/hosts/laptop.nix @@ -3,7 +3,7 @@ { 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.wireless.enable = true;