Max: Disable lid sleep.

This commit is contained in:
Dmitry Voronin 2024-12-25 08:40:27 +03:00
parent fbd576b52e
commit 817f89bafe
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -0,0 +1,5 @@
{ ... }:
{
# Don't suspend on lid closed.
services.logind.lidSwitch = "ignore";
}