l skynet.r: ignore lidswitch

This commit is contained in:
lassulus 2020-06-23 10:19:28 +02:00
parent 9c9b1c5748
commit a56bbf6dc2

View File

@ -36,7 +36,6 @@ with import <stockholm/lib>;
networking.wireless.enable = false;
networking.networkmanager.enable = true;
services.logind.extraConfig = ''
HandleLidSwitch=ignore
'';
services.logind.lidSwitch = "ignore";
services.logind.lidSwitchDocked = "ignore";
}