summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 69bd81a9..0e36e056 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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;