From 2e2b957528ff7306ba2437ff9aa24b375fa9b7b4 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 26 Sep 2024 11:21:49 +0200 Subject: [PATCH] Disable jitterentropy daemon --- lagarto-ox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 3a760eb..371e146 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -15,7 +15,7 @@ hardware.firmware = lib.mkForce []; #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 system.activationScripts.users = lib.mkForce (