This commit is contained in:
ediblerope 2026-05-15 12:17:12 +01:00
parent 9ccc3dadf3
commit 5f01f22088
3 changed files with 10 additions and 4 deletions

View file

@ -21,9 +21,9 @@
boot.loader.systemd-boot.configurationLimit = 5;
boot.initrd.systemd.enable = true;
services.logind = {
lidSwitch = "suspend";
lidSwitchExternalPower = "suspend";
services.logind.settings.Login = {
HandleLidSwitch = "suspend";
HandleLidSwitchExternalPower = "suspend";
};
home-manager.users.fred = { ... }: {