From de41080169ba1ee8759ae58a4ef93775b0d56537 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Mon, 27 May 2024 13:26:41 +0200 Subject: [PATCH] closing lid now correctly turns off monitor --- absol/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/absol/configuration.nix b/absol/configuration.nix index 047cb73..5e21abd 100755 --- a/absol/configuration.nix +++ b/absol/configuration.nix @@ -52,9 +52,9 @@ services.logind.extraConfig = '' # don’t shutdown when power button is short-pressed - HandlePowerKey=lock + HandlePowerKey=suspend ''; - services.logind.lidSwitch = "lock"; + services.logind.lidSwitch = "suspend"; networking.hostName = "absol"; # networking.wireless.enable = true;