diff options
Diffstat (limited to 'system-profiles')
| -rw-r--r-- | system-profiles/initrd-all-crypto-modules.nix | 14 |
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 | } |
