From 0816eb6d69793e11dafd55453abe65aa518c446b Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Tue, 24 Feb 2026 18:56:12 +0000 Subject: [PATCH] elucredassa: Update setting name --- hosts/elucredassa/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/elucredassa/hardware.nix b/hosts/elucredassa/hardware.nix index aca6ddc..a0959b6 100644 --- a/hosts/elucredassa/hardware.nix +++ b/hosts/elucredassa/hardware.nix @@ -6,6 +6,6 @@ services.fwupd.enable = true; # this is an old laptop - services.logind.lidSwitch = "ignore"; + services.logind.settings.Login.HandleLidSwitch = "ignore"; }