hw x220: force rngd off

This commit is contained in:
lassulus 2017-12-31 02:37:32 +01:00
parent c1ff2ddf71
commit a1a2ab2295

View File

@ -23,7 +23,7 @@ with import <stockholm/lib>;
pkgs.vaapiVdpau
];
security.rngd.enable = true;
security.rngd.enable = mkForce true;
services.xserver = {
videoDriver = "intel";