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;