From 8d7b622430f4c2fbc42fb9559b34412f99579354 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 1 Sep 2025 14:04:13 +0800 Subject: [PATCH] fix: nixos/logind: migrate to settings option --- hosts/12kingdoms-shoukei/apple-silicon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/12kingdoms-shoukei/apple-silicon.nix b/hosts/12kingdoms-shoukei/apple-silicon.nix index a7364e1c..46794ef4 100644 --- a/hosts/12kingdoms-shoukei/apple-silicon.nix +++ b/hosts/12kingdoms-shoukei/apple-silicon.nix @@ -30,7 +30,7 @@ # Hibernate: Store system state & RAM to Disk, and then poweroff the system. # # NOTE: Hibernate is not supported by Asahi Linux. - services.logind = { + services.logind.settings.Login = { lidSwitch = "suspend"; lidSwitchExternalPower = "lock"; # 'Docked' means: more than one display is connected or the system is inserted in a docking station