From aeaa78fa6290b46537475a8711607bad3c1a0d1b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 22 Sep 2026 21:53:38 +0200 Subject: ... --- system-profiles/initrd-all-crypto-modules.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'system-profiles') diff --git a/system-profiles/initrd-all-crypto-modules.nix b/system-profiles/initrd-all-crypto-modules.nix index 5d10a993..84f2129a 100644 --- a/system-profiles/initrd-all-crypto-modules.nix +++ b/system-profiles/initrd-all-crypto-modules.nix @@ -14,11 +14,11 @@ in { boot.initrd.luks.cryptoModules = moduleList ++ [ "encrypted_keys" "trusted" "rng" ]; - boot.kernelPatches = [ - { - name = "encrypted_keys"; - patch = null; - structuredExtraConfig.ENCRYPTED_KEYS = lib.kernel.yes; - } - ]; + # boot.kernelPatches = [ + # { + # name = "encrypted_keys"; + # patch = null; + # structuredExtraConfig.ENCRYPTED_KEYS = lib.kernel.yes; + # } + # ]; } -- cgit v1.2.3