summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-06 18:00:05 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-06 18:00:05 +0200
commit95c8519560b6921fecd516c3ddb49bf489e0b0ff (patch)
tree9c4afbaaa0915fb0c9920b0d74a42ba79f70dc16
parent6a52d98edf3c220255a6bb7ef609dbbcc71727fe (diff)
downloadnixos-95c8519560b6921fecd516c3ddb49bf489e0b0ff.tar
nixos-95c8519560b6921fecd516c3ddb49bf489e0b0ff.tar.gz
nixos-95c8519560b6921fecd516c3ddb49bf489e0b0ff.tar.bz2
nixos-95c8519560b6921fecd516c3ddb49bf489e0b0ff.tar.xz
nixos-95c8519560b6921fecd516c3ddb49bf489e0b0ff.zip
Allow suspend on lid switch to be disabled
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index c5485c15..41bb128e 100644
--- a/hel.nix
+++ b/hel.nix
@@ -91,6 +91,7 @@
91 logind.extraConfig = '' 91 logind.extraConfig = ''
92 HandleLidSwitch=sleep 92 HandleLidSwitch=sleep
93 HandleSuspendKey=sleep 93 HandleSuspendKey=sleep
94 LidSwitchIgnoreInhibited=no
94 ''; 95 '';
95 96
96 openssh = { 97 openssh = {