3 Commits

Author SHA1 Message Date
Sovran Systems b8feea3711 Merge pull request #275 from naturallaw777/copilot/fix-deprecated-services-logind-extraconfig
[WIP] Fix deprecated services.logind.extraConfig in modules/core/no-sleep.nix
2026-04-22 07:09:36 -05:00
copilot-swe-agent[bot] 0cc1f50aa4 fix: replace deprecated logind extraConfig with settings.Login
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/a9bcbedf-7dfa-47e2-a9f5-b288ff5c5f42

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
2026-04-22 12:09:00 +00:00
copilot-swe-agent[bot] 71d8eae6d8 Initial plan 2026-04-22 12:05:50 +00:00
+7 -7
View File
@@ -17,13 +17,13 @@
lidSwitch = "ignore"; lidSwitch = "ignore";
lidSwitchDocked = "ignore"; lidSwitchDocked = "ignore";
lidSwitchExternalPower = "ignore"; lidSwitchExternalPower = "ignore";
extraConfig = '' settings.Login = {
HandleSuspendKey=ignore HandleSuspendKey = "ignore";
HandleHibernateKey=ignore HandleHibernateKey = "ignore";
HandlePowerKey=ignore HandlePowerKey = "ignore";
IdleAction=ignore IdleAction = "ignore";
IdleActionSec=0 IdleActionSec = 0;
''; };
}; };
# ── Layer 2: mask systemd sleep targets ─────────────────────────────────── # ── Layer 2: mask systemd sleep targets ───────────────────────────────────