diff options
author | lassulus <lassulus@lassul.us> | 2017-12-31 02:37:32 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-12-31 02:37:32 +0100 |
commit | a1a2ab22950e3217a4a0496b3ae350de861e595e (patch) | |
tree | 1645536edb27554113fb501f2153d5eed6705fd0 /krebs | |
parent | c1ff2ddf713242f34a56861c34d815ae6985798b (diff) |
hw x220: force rngd off
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/2configs/hw/x220.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/hw/x220.nix b/krebs/2configs/hw/x220.nix index 44743b87d..09b10fcbb 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"; |