mtworx: add autorandr
This commit is contained in:
parent
9d7d2a1d5b
commit
5336c7beb4
|
@ -122,7 +122,10 @@ in {
|
|||
firewall.rejectPackets = true;
|
||||
};
|
||||
|
||||
services.tlp = {
|
||||
services = {
|
||||
autorandr.enable = true;
|
||||
|
||||
tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
CPU_BOOST_ON_BAT = 0;
|
||||
|
@ -137,4 +140,5 @@ in {
|
|||
RUNTIME_PM_ON_BAT = "auto";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue