powerManagement: set critical and action percentages
This commit is contained in:
parent
2b2cba5eb5
commit
156e068e67
|
@ -18,6 +18,8 @@
|
|||
tlp.enable = true;
|
||||
upower = {
|
||||
enable = true; # Enable application power managemetn support
|
||||
percentageCritical = 15;
|
||||
percentageAction = 10;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue