powerManagement: set action to Hibernate
This commit is contained in:
parent
b5f69e212c
commit
0045b943ba
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue