From a6a2e04c31c7fc9ec1c30ed38a21f2f4d8f27a3c Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 12 Oct 2025 01:20:59 +0200 Subject: [PATCH] chore: makes `sakura` stay alive when docked --- hosts/sakura/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sakura/default.nix b/hosts/sakura/default.nix index f901a81..0343137 100644 --- a/hosts/sakura/default.nix +++ b/hosts/sakura/default.nix @@ -57,6 +57,8 @@ cpuFreqGovernor = lib.mkDefault "ondemand"; }; + services.logind.lidSwitchDocked = "ignore"; + # change battery led to blue on suspend to indicate device is in suspend mode systemd.services."suspend-led-set" = { description = "blue led for sleep";