Don't suspend laptop when closing lid

This commit is contained in:
Paul-Henri Froidmont 2021-07-02 02:17:07 +02:00
parent 0707552edf
commit 855722c6bf

View file

@ -92,5 +92,7 @@
# Enable touchpad support. # Enable touchpad support.
services.xserver.libinput.enable = true; services.xserver.libinput.enable = true;
services.logind.lidSwitch = "ignore";
system.stateVersion = "21.05"; # Did you read the comment? system.stateVersion = "21.05"; # Did you read the comment?
} }