Lillie power button workaround

This commit is contained in:
willifan 2025-03-29 22:39:31 +01:00
parent dd78b242b6
commit b9b34c13c9

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { lib, pkgs, ... }:
{ {
jovian = { jovian = {
@ -43,8 +43,8 @@
}; };
services.logind = { services.logind = {
extraConfig = ""; extraConfig = lib.mkForce "";
powerKey = "sleep"; powerKey = "suspend";
powerKeyLongPress = "poweroff"; powerKeyLongPress = "poweroff";
}; };