From caf134fad4fa168f9971ef13e61e1263c8fb80c0 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 31 Mar 2025 18:39:23 +0200 Subject: [PATCH] feat: lid ignore --- hosts/saberofxebec/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index 2217fcb..c651683 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -50,6 +50,7 @@ PermitRootLogin = "yes"; }; }; + services.logind.lidSwitchExternalPower = "ignore"; nix.settings.experimental-features = ["nix-command" "flakes"];