diff options
| author | Christian <[email protected]> | 2026-07-02 19:49:56 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-07-02 19:49:56 -0500 |
| commit | 6449393ff48ab505e55862ade1093a2f1ce4d243 (patch) | |
| tree | 617551b190186f6337b257d6b9418df656ed89c6 /hosts/laptop | |
| parent | f3d7a754cb41b7b2a3e7fd74ad5a3d8667b011c2 (diff) | |
Fix PowerKey warnings
Diffstat (limited to 'hosts/laptop')
| -rw-r--r-- | hosts/laptop/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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 = { |
