powerManagement: set action to Hibernate
This commit is contained in:
parent
b5f69e212c
commit
0045b943ba
|
@ -19,7 +19,8 @@
|
||||||
upower = {
|
upower = {
|
||||||
enable = true; # Enable application power managemetn support
|
enable = true; # Enable application power managemetn support
|
||||||
percentageCritical = 15;
|
percentageCritical = 15;
|
||||||
percentageAction = 15;
|
percentageAction = 10;
|
||||||
|
criticalPowerAction = "Hibernate";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue