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 | e702da676e9b474f10776e7c4b33dbc31dcb0190 (patch) | |
| tree | 165b3debb2ec67c29ce4ae1bb9325bb1dc5ff74f /tv/2configs/hw | |
| parent | 66707dcab7e799fa02c577d82b29a57fb2fee29f (diff) | |
| parent | e36216d31716a2d847e5ca94527a21628f65c8eb (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 35e7d89..699b4a8 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"; }; |
