powerManagement: added logind settings
This commit is contained in:
parent
7f9bdf2555
commit
fdecab4621
|
@ -11,6 +11,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
logind = {
|
||||||
|
lidSwitch = "hybrid-sleep";
|
||||||
|
lidSwitchDocked = "hybrid-sleep";
|
||||||
|
};
|
||||||
|
thermald.enable = true;
|
||||||
upower = {
|
upower = {
|
||||||
enable = true; # Enable application power managemetn support
|
enable = true; # Enable application power managemetn support
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue