summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/hw
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-12-31 02:37:32 +0100
committerlassulus <lassulus@lassul.us>2017-12-31 02:37:32 +0100
commita1a2ab22950e3217a4a0496b3ae350de861e595e (patch)
tree1645536edb27554113fb501f2153d5eed6705fd0 /krebs/2configs/hw
parentc1ff2ddf713242f34a56861c34d815ae6985798b (diff)
hw x220: force rngd off
Diffstat (limited to 'krebs/2configs/hw')
-rw-r--r--krebs/2configs/hw/x220.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/hw/x220.nix b/krebs/2configs/hw/x220.nix
index 44743b87..09b10fcb 100644
--- a/krebs/2configs/hw/x220.nix
+++ b/krebs/2configs/hw/x220.nix
@@ -23,7 +23,7 @@ with import <stockholm/lib>;
pkgs.vaapiVdpau
];
- security.rngd.enable = true;
+ security.rngd.enable = mkForce true;
services.xserver = {
videoDriver = "intel";