summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-07-02 19:49:56 -0500
committerChristian <[email protected]>2026-07-02 19:49:56 -0500
commit6449393ff48ab505e55862ade1093a2f1ce4d243 (patch)
tree617551b190186f6337b257d6b9418df656ed89c6
parentf3d7a754cb41b7b2a3e7fd74ad5a3d8667b011c2 (diff)
Fix PowerKey warnings
-rw-r--r--hosts/laptop/configuration.nix6
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 = {