Lillie power button workaround
This commit is contained in:
parent
dd78b242b6
commit
b9b34c13c9
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue