mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Security/Encryption] enable jitterentropy_rng kernel module
Does the same thing as haveged did in the past, but in the kernel. I simply wonder why no one mentionned it is not enabled by default...
This commit is contained in:
parent
ec44bd467f
commit
4881f5f486
1 changed files with 1 additions and 0 deletions
|
|
@ -26,5 +26,6 @@ in {
|
|||
boot.initrd.systemd.enable = mkOverride 10 true;
|
||||
|
||||
boot.initrd.availableKernelModules = [ "cryptd" ];
|
||||
boot.initrd.kernelModules = [ "jitterentropy_rng" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue