Disable jitterentropy daemon

This commit is contained in:
Rodrigo Arias 2024-09-26 11:21:49 +02:00
parent 7a875a4665
commit 2e2b957528

View File

@ -15,7 +15,7 @@
hardware.firmware = lib.mkForce []; hardware.firmware = lib.mkForce [];
#services.haveged.enable = true; #services.haveged.enable = true;
services.jitterentropy-rngd.enable = true; #services.jitterentropy-rngd.enable = true;
# Prevent executing the nscd program as it seems to hang the CPU # Prevent executing the nscd program as it seems to hang the CPU
system.activationScripts.users = lib.mkForce ( system.activationScripts.users = lib.mkForce (