Compare commits

...
Sign in to create a new pull request.

2 commits

2 changed files with 2 additions and 1 deletions

View file

@ -191,6 +191,7 @@ in rec {
fi fi
fi fi
${pkgs.lib.strings.optionalString encrypted '' ${pkgs.lib.strings.optionalString encrypted ''
sleep 1
sudo cryptsetup close ${ownLib.disk.luksName diskId} sudo cryptsetup close ${ownLib.disk.luksName diskId}
''} ''}
''; '';

View file

@ -16,7 +16,7 @@ in {
hardware.opinionatedDisk = { hardware.opinionatedDisk = {
enable = true; enable = true;
encrypted = true; encrypted = true;
diskId = "nvme-SKHynix_HFS001TD9TNI-L2B0B_CJ0AN89731030AV3Q"; diskId = "nvme-KINGSTON_SFYRD2000G_50026B7685FE2D9B";
}; };
# boot.initrd.availableKernelModules = stage1Modules; # boot.initrd.availableKernelModules = stage1Modules;