diff options
Diffstat (limited to 'system-profiles')
| -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 ede68e9f..3b3b24fc 100644 --- a/system-profiles/initrd-all-crypto-modules.nix +++ b/system-profiles/initrd-all-crypto-modules.nix | |||
| @@ -12,6 +12,6 @@ let | |||
| 12 | '')); | 12 | '')); | 
| 13 | in { | 13 | in { | 
| 14 | boot.initrd.luks.cryptoModules = moduleList ++ [ | 14 | boot.initrd.luks.cryptoModules = moduleList ++ [ | 
| 15 | "encrypted_keys" | 15 | "encrypted_keys" "rng" | 
| 16 | ]; | 16 | ]; | 
| 17 | } | 17 | } | 
