diff options
author | makefu <github@syntax-fehler.de> | 2017-08-16 12:18:06 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-08-16 12:31:56 +0200 |
commit | d994a3ec26a20020dd470667ab87e4ded93afd68 (patch) | |
tree | 4f06a8af51ed0b8dd570c2c0aced1b73203dd888 /makefu | |
parent | f6d6bae25138349247946fea2bda167a368e4780 (diff) |
ma hw/tp-x230: enable rngd again
this works for the vanilla firmware but not on coreboot
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/hw/tp-x230.nix | 4 |
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 |