diff --git a/nix/os/devices/disk.nix b/nix/os/devices/disk.nix index 3df0be9..4d8c09a 100644 --- a/nix/os/devices/disk.nix +++ b/nix/os/devices/disk.nix @@ -191,6 +191,7 @@ in rec { fi fi ${pkgs.lib.strings.optionalString encrypted '' + sleep 1 sudo cryptsetup close ${ownLib.disk.luksName diskId} ''} ''; diff --git a/nix/os/devices/steveej-t14/hw.nix b/nix/os/devices/steveej-t14/hw.nix index f78f9c0..570f464 100644 --- a/nix/os/devices/steveej-t14/hw.nix +++ b/nix/os/devices/steveej-t14/hw.nix @@ -16,7 +16,7 @@ in { hardware.opinionatedDisk = { enable = true; encrypted = true; - diskId = "nvme-SKHynix_HFS001TD9TNI-L2B0B_CJ0AN89731030AV3Q"; + diskId = "nvme-KINGSTON_SFYRD2000G_50026B7685FE2D9B"; }; # boot.initrd.availableKernelModules = stage1Modules;