diff options
| -rw-r--r-- | hel.nix | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -89,7 +89,8 @@ | |||
| 89 | 89 | ||
| 90 | services = { | 90 | services = { |
| 91 | logind.extraConfig = '' | 91 | logind.extraConfig = '' |
| 92 | HandleLidSwitch=suspend | 92 | HandleLidSwitch=hybrid-sleep |
| 93 | HandleSuspendKey=hybrid-sleep | ||
| 93 | ''; | 94 | ''; |
| 94 | 95 | ||
| 95 | openssh.enable = true; | 96 | openssh.enable = true; |
