From 02f52e70a594b8ade4a6f3fb966d44633b885841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 16 Oct 2024 01:02:47 +0300 Subject: [PATCH] helium OnlyKey LUKS --- machine-confs/helium.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/machine-confs/helium.nix b/machine-confs/helium.nix index 1a6973e..74e8a8e 100644 --- a/machine-confs/helium.nix +++ b/machine-confs/helium.nix @@ -93,11 +93,6 @@ ]; boot = { - initrd.luks.devices."luks-f6e1979b-0dee-4ee9-8170-10490019854b" = { - keyFileSize = 8192; - keyFile = "/dev/disk/by-id/usb-Kingston_DataTraveler_3.0_E0D55EA5741216B0A93E02B3-0:0"; - fallbackToPassword = true; - }; resumeDevice = "/dev/mapper/luks-f6e1979b-0dee-4ee9-8170-10490019854b"; kernelParams = [ "resume_offset=44537856" ]; };