From 6bfeddb040eaaa0f8dd6ecbfb3186fe763b57f05 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 27 Jan 2017 00:51:11 +0100 Subject: machines/katara: don’t ignore lid switch event MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machines/profpatsch/katara.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'machines/profpatsch') 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 -- cgit 1.4.1