From d9478d9a985ed9581a5b2315722ec082c5cbbec7 Mon Sep 17 00:00:00 2001 From: ArgentumCation Date: Wed, 31 Jul 2024 22:23:23 -0400 Subject: [PATCH] (orexin) prevent sleep on lid close --- orexin/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orexin/configuration.nix b/orexin/configuration.nix index b83b9cb..848a176 100644 --- a/orexin/configuration.nix +++ b/orexin/configuration.nix @@ -98,7 +98,7 @@ # Enable the OpenSSH daemon. # services.openssh.enable = true; - +services.logind.lidSwitch = "ignore"; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];