feat: allow suspend on powerkey and remove comment

This commit is contained in:
Jet Pham 2026-03-11 13:24:39 -07:00
parent 237277ac5b
commit ecf60cb4d5
No known key found for this signature in database

View file

@ -162,13 +162,13 @@
};
# Power management for laptop
# Configure lid switch behavior - suspend (no swap needed with 96GB RAM)
services.logind = {
settings = {
Login = {
HandleLidSwitch = "suspend";
HandleLidSwitchExternalPower = "suspend";
HandleLidSwitchDocked = "ignore";
HandlePowerKey = "suspend";
};
};
};