Max: Disable lid sleep.
This commit is contained in:
parent
fbd576b52e
commit
817f89bafe
5
host/x86_64-linux/max/Logind.nix
Normal file
5
host/x86_64-linux/max/Logind.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
# Don't suspend on lid closed.
|
||||||
|
services.logind.lidSwitch = "ignore";
|
||||||
|
}
|
Loading…
Reference in a new issue