feat: Add lidSwitch configuration to ignore in logind service

This commit includes a new lid switch configuration for the logind service within the SGX default configuration file. The lid switch has been set to "ignore", enhancing control over system behaviors upon lid actions.
This commit is contained in:
Harald Hoyer 2024-04-12 08:38:02 +02:00
parent 88dd896bc2
commit bd2e13a215

View file

@ -40,5 +40,7 @@
systemd.targets.hybrid-sleep.enable = false;
services.xserver.displayManager.gdm.autoSuspend = false;
services.logind.lidSwitch = "ignore";
system.stateVersion = "23.11";
}