summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-16 12:18:06 +0200
committermakefu <github@syntax-fehler.de>2017-08-16 12:18:06 +0200
commit16272783f6863ef8cad01801a4f74055d774214a (patch)
treebe6181d9fa9f395676cd09c69cd5eb04c4aab94a
parentd922798b22456abe77aec38e76e46c39020d3f38 (diff)
ma hw/tp-x230: enable rngd again
this works for the vanilla firmware but not on coreboot
-rw-r--r--makefu/2configs/hw/tp-x230.nix4
1 files 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 <stockholm/lib>;
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