fixed incorrect name

This commit is contained in:
twoneis 2024-07-22 02:31:07 +02:00
parent 31eb76d1de
commit ea5639956a

View file

@ -12,7 +12,7 @@
}; };
services.logind = { services.logind = {
powerKey = "shutdown"; powerKey = "poweroff";
powerKeyLongPress = "reboot"; powerKeyLongPress = "reboot";
lidSwitch = "poweroff"; lidSwitch = "poweroff";
}; };