From 62bfd74387248af7969eb12a3095b63087d87735 Mon Sep 17 00:00:00 2001 From: Jet Date: Tue, 24 Mar 2026 17:01:42 -0700 Subject: [PATCH] feat: keep lapotp alive on lid closed --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 9d76c29..402f660 100644 --- a/configuration.nix +++ b/configuration.nix @@ -188,8 +188,8 @@ services.logind = { settings = { Login = { - HandleLidSwitch = "suspend"; - HandleLidSwitchExternalPower = "suspend"; + HandleLidSwitch = "ignore"; + HandleLidSwitchExternalPower = "ignore"; HandleLidSwitchDocked = "ignore"; HandlePowerKey = "suspend"; };