From f15544e6c1a2bb2341de8933d335ed71c9a63081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Thu, 19 Mar 2026 09:06:16 +0100 Subject: [PATCH] non important commit --- configuration/modules/system.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/modules/system.nix b/configuration/modules/system.nix index b01a964..8b194d7 100644 --- a/configuration/modules/system.nix +++ b/configuration/modules/system.nix @@ -36,8 +36,8 @@ }; services.logind = { - powerKey = "ignore"; - powerKeyLongPress = "poweroff"; + settings.Login.powerKey = "ignore"; + settings.Login.powerKeyLongPress = "poweroff"; }; security.rtkit.enable = true;