[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:
Antoine Viallon 2024-03-12 23:38:36 +01:00
parent ec44bd467f
commit 4881f5f486
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -26,5 +26,6 @@ in {
boot.initrd.systemd.enable = mkOverride 10 true;
boot.initrd.availableKernelModules = [ "cryptd" ];
boot.initrd.kernelModules = [ "jitterentropy_rng" ];
};
}