summaryrefslogtreecommitdiffstats
path: root/lass/1systems/helios
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-12-18 18:52:35 +0100
committerlassulus <lassulus@lassul.us>2017-12-18 18:52:35 +0100
commit2500fb454b12782792cdd5945278bdcae1b0805d (patch)
treea846e1ffd3d8b88dc967d62b488702ef1a03ef80 /lass/1systems/helios
parent457a7ad90fc40f313e7f78dc080d0ad9ff2b9bd7 (diff)
l helios.r: ignore lidswitch
Diffstat (limited to 'lass/1systems/helios')
-rw-r--r--lass/1systems/helios/config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix
index 03a065d9..8bd9735a 100644
--- a/lass/1systems/helios/config.nix
+++ b/lass/1systems/helios/config.nix
@@ -156,4 +156,7 @@ with import <stockholm/lib>;
services.printing.drivers = [ pkgs.postscript-lexmark ];
+ services.logind.extraConfig = ''
+ HandleLidSwitch=ignore
+ '';
}