diff options
author | lassulus <lassulus@lassul.us> | 2019-05-29 09:07:03 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-05-29 09:07:03 +0200 |
commit | 680d5b4cff45fa3de1adb50af576f796ae3762fa (patch) | |
tree | 647c746bb175c1613c3147a1e5985317c361e786 /tv/2configs/hw | |
parent | 08ddffd7812f9ec42f9946dd2c4f8cc4eb7b656c (diff) | |
parent | 06f8c8986b01bd805191fa452c09369cdafb0777 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r-- | tv/2configs/hw/x220.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index 35e7d8941..699b4a87e 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -57,6 +57,11 @@ HandleSuspendKey=ignore ''; + # because extraConfig is not extra enough: + services.logind.lidSwitch = "ignore"; + services.logind.lidSwitchDocked = "ignore"; + services.logind.lidSwitchExternalPower = "ignore"; + services.xserver = { videoDriver = "intel"; }; |