summaryrefslogtreecommitdiff
path: root/system-profiles/initrd-all-crypto-modules.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/initrd-all-crypto-modules.nix')
-rw-r--r--system-profiles/initrd-all-crypto-modules.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/initrd-all-crypto-modules.nix b/system-profiles/initrd-all-crypto-modules.nix
index da6c781e..5d10a993 100644
--- a/system-profiles/initrd-all-crypto-modules.nix
+++ b/system-profiles/initrd-all-crypto-modules.nix
@@ -16,7 +16,7 @@ in {
16 ]; 16 ];
17 boot.kernelPatches = [ 17 boot.kernelPatches = [
18 { 18 {
19 name = "encrypted_key"; 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 }