summaryrefslogtreecommitdiffstats
path: root/2configs/hw/tp-x230.nix
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:31:56 +0200
commit8c5a42f1fa9d4f6904eaa7e84110b3983d860e1f (patch)
tree7170487294eab7c2b9a2b9056d59143772871a55 /2configs/hw/tp-x230.nix
parent099ec1d888d16f4ada41702f48b406da5f5825c3 (diff)
ma hw/tp-x230: enable rngd again
this works for the vanilla firmware but not on coreboot
Diffstat (limited to '2configs/hw/tp-x230.nix')
-rw-r--r--2configs/hw/tp-x230.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/2configs/hw/tp-x230.nix b/2configs/hw/tp-x230.nix
index c705b52a7..14572b35c 100644
--- a/2configs/hw/tp-x230.nix
+++ b/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