From 6449393ff48ab505e55862ade1093a2f1ce4d243 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 2 Jul 2026 19:49:56 -0500 Subject: Fix PowerKey warnings --- hosts/laptop/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 51a175b..764d42b 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -45,9 +45,9 @@ hibernate = "systemctl hibernate"; }; - services.logind = { - powerKey = "ignore"; - powerKeyLongPress = "ignore"; + services.logind.settings.Login = { + HandlePowerKey = "ignore"; + HandlePowerKeyLongPress = "ignore"; }; services.keyd = { -- cgit v1.2.3