diff options
author | lassulus <lassulus@lassul.us> | 2017-09-29 20:05:13 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-09-29 20:05:13 +0200 |
commit | 37951eed3dd7806f73c40c47ec9cd047ad76c15d (patch) | |
tree | 82c68ce722023dd8fff49148e38325b2ae3d0a04 /krebs/2configs/hw | |
parent | 6dfe071664136790b7d62bf062e090722997372f (diff) |
hw/x220: enable opengl
Diffstat (limited to 'krebs/2configs/hw')
-rw-r--r-- | krebs/2configs/hw/x220.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/2configs/hw/x220.nix b/krebs/2configs/hw/x220.nix index c85bac0d4..44743b87d 100644 --- a/krebs/2configs/hw/x220.nix +++ b/krebs/2configs/hw/x220.nix @@ -8,6 +8,8 @@ with import <stockholm/lib>; hardware.cpu.intel.updateMicrocode = true; + hardware.opengl.enable = true; + services.tlp.enable = true; boot = { |