This commit is contained in:
parent
9ccc3dadf3
commit
5f01f22088
3 changed files with 10 additions and 4 deletions
|
|
@ -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 = { ... }: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue