diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-08-25 14:19:52 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-08-25 14:19:52 +0200 |
commit | 218ac55d86ee49d151c0ba2dfbca6da104c66703 (patch) | |
tree | 1b6546436f71b23c04d4930e46836c9614452abf /system-profiles/initrd-all-crypto-modules.nix | |
parent | 13000ec4703d1dd49fd12f8c2cb427130e4899b7 (diff) | |
download | nixos-218ac55d86ee49d151c0ba2dfbca6da104c66703.tar nixos-218ac55d86ee49d151c0ba2dfbca6da104c66703.tar.gz nixos-218ac55d86ee49d151c0ba2dfbca6da104c66703.tar.bz2 nixos-218ac55d86ee49d151c0ba2dfbca6da104c66703.tar.xz nixos-218ac55d86ee49d151c0ba2dfbca6da104c66703.zip |
...flakes
Diffstat (limited to 'system-profiles/initrd-all-crypto-modules.nix')
-rw-r--r-- | system-profiles/initrd-all-crypto-modules.nix | 2 |
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 45cd4b74..da6c781e 100644 --- a/system-profiles/initrd-all-crypto-modules.nix +++ b/system-profiles/initrd-all-crypto-modules.nix | |||
@@ -18,7 +18,7 @@ in { | |||
18 | { | 18 | { |
19 | name = "encrypted_key"; | 19 | name = "encrypted_key"; |
20 | patch = null; | 20 | patch = null; |
21 | extraStructuredConfig.ENCRYPTED_KEYS = lib.kernel.yes; | 21 | structuredExtraConfig.ENCRYPTED_KEYS = lib.kernel.yes; |
22 | } | 22 | } |
23 | ]; | 23 | ]; |
24 | } | 24 | } |