feat: keep lapotp alive on lid closed

This commit is contained in:
Jet 2026-03-24 17:01:42 -07:00
parent 7399d1aaef
commit 62bfd74387
No known key found for this signature in database

View file

@ -188,8 +188,8 @@
services.logind = { services.logind = {
settings = { settings = {
Login = { Login = {
HandleLidSwitch = "suspend"; HandleLidSwitch = "ignore";
HandleLidSwitchExternalPower = "suspend"; HandleLidSwitchExternalPower = "ignore";
HandleLidSwitchDocked = "ignore"; HandleLidSwitchDocked = "ignore";
HandlePowerKey = "suspend"; HandlePowerKey = "suspend";
}; };