summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-15 18:13:42 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-15 18:13:42 +0200
commitd41b2121af945ed21871273c74b175cc3a4ee824 (patch)
treeb1399ed358e97deeb1bdc0c8f00f9ddba4ff654e /hel.nix
parent1ba860a9cf6e3347859c400c696120b5bbb43053 (diff)
downloadnixos-d41b2121af945ed21871273c74b175cc3a4ee824.tar
nixos-d41b2121af945ed21871273c74b175cc3a4ee824.tar.gz
nixos-d41b2121af945ed21871273c74b175cc3a4ee824.tar.bz2
nixos-d41b2121af945ed21871273c74b175cc3a4ee824.tar.xz
nixos-d41b2121af945ed21871273c74b175cc3a4ee824.zip
hel can hybrid-sleep
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;