7 lines
90 B
Nix
7 lines
90 B
Nix
|
{
|
||
|
services.logind = {
|
||
|
powerKey = "ignore";
|
||
|
powerKeyLongPress = "ignore";
|
||
|
};
|
||
|
}
|