about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-01-27 00:51:11 +0100
committerProfpatsch <mail@profpatsch.de>2017-01-27 00:51:11 +0100
commit6bfeddb040eaaa0f8dd6ecbfb3186fe763b57f05 (patch)
tree713749eec169a365e7b19a665dbc78eaa8ef571c /machines/profpatsch
parent6e831ef05284590b53d179ff3755076b3e6dbdb3 (diff)
machines/katara: don’t ignore lid switch event
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 8ecc6a3d..f66ceb05 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -208,6 +208,11 @@ in {
     # Automount
     services.udisks2.enable = true;
 
+    services.logind.extraConfig = ''
+      # want to be able to listen to music while laptop closed
+      LidSwitchIgnoreInhibited=no
+    '';
+
     ###################
     # Graphical System