From 5cfd55af9ae96ce523ac454c66a7ee53448b924e Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 6 Nov 2024 11:07:41 +0100 Subject: [PATCH] Fix double suspend on lid close --- hosts/inspiron/hardware.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/inspiron/hardware.nix b/hosts/inspiron/hardware.nix index 2ca8ccf..9e78bbd 100644 --- a/hosts/inspiron/hardware.nix +++ b/hosts/inspiron/hardware.nix @@ -24,5 +24,6 @@ fstrim.enable = true; fwupd.enable = true; auto-cpufreq.enable = true; + logind.lidSwitch = "ignore"; }; }