summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-09-22 21:53:38 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2026-09-22 21:53:38 +0200
commitaeaa78fa6290b46537475a8711607bad3c1a0d1b (patch)
tree3d493225404a488f81724cf9ef3567215abdff44
parent2ac40ace4c9127c45644113089066c9bf1b0ccc3 (diff)
downloadnixos-aeaa78fa6290b46537475a8711607bad3c1a0d1b.tar
nixos-aeaa78fa6290b46537475a8711607bad3c1a0d1b.tar.gz
nixos-aeaa78fa6290b46537475a8711607bad3c1a0d1b.tar.bz2
nixos-aeaa78fa6290b46537475a8711607bad3c1a0d1b.tar.xz
nixos-aeaa78fa6290b46537475a8711607bad3c1a0d1b.zip
...
-rw-r--r--system-profiles/initrd-all-crypto-modules.nix14
1 files changed, 7 insertions, 7 deletions
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 {
14 boot.initrd.luks.cryptoModules = moduleList ++ [ 14 boot.initrd.luks.cryptoModules = moduleList ++ [
15 "encrypted_keys" "trusted" "rng" 15 "encrypted_keys" "trusted" "rng"
16 ]; 16 ];
17 boot.kernelPatches = [ 17 # boot.kernelPatches = [
18 { 18 # {
19 name = "encrypted_keys"; 19 # name = "encrypted_keys";
20 patch = null; 20 # patch = null;
21 structuredExtraConfig.ENCRYPTED_KEYS = lib.kernel.yes; 21 # structuredExtraConfig.ENCRYPTED_KEYS = lib.kernel.yes;
22 } 22 # }
23 ]; 23 # ];
24} 24}