From 16272783f6863ef8cad01801a4f74055d774214a Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 16 Aug 2017 12:18:06 +0200 Subject: ma hw/tp-x230: enable rngd again this works for the vanilla firmware but not on coreboot --- makefu/2configs/hw/tp-x230.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefu/2configs/hw/tp-x230.nix b/makefu/2configs/hw/tp-x230.nix index c705b52a7..14572b35c 100644 --- a/makefu/2configs/hw/tp-x230.nix +++ b/makefu/2configs/hw/tp-x230.nix @@ -33,8 +33,8 @@ with import ; Option "Backlight" "intel_backlight" ''; }; - # no entropy source working - # security.rngd.enable = true; + + security.rngd.enable = true; services.xserver.displayManager.sessionCommands ='' xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1 -- cgit v1.2.3