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 = {
|
||||
|
@ -43,8 +43,8 @@
|
|||
};
|
||||
|
||||
services.logind = {
|
||||
extraConfig = "";
|
||||
powerKey = "sleep";
|
||||
extraConfig = lib.mkForce "";
|
||||
powerKey = "suspend";
|
||||
powerKeyLongPress = "poweroff";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue