merge
This commit is contained in:
commit
5838196fd8
4 changed files with 26 additions and 4 deletions
|
|
@ -128,8 +128,8 @@
|
|||
};
|
||||
};
|
||||
virtualbox.host = {
|
||||
enable = false;
|
||||
enableExtensionPack = false;
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
};
|
||||
users.extraGroups.vboxusers.members = [ "jsutter" ];
|
||||
|
|
|
|||
|
|
@ -81,6 +81,8 @@
|
|||
settings = {
|
||||
CPU_BOOST_ON_BAT = 0;
|
||||
CPU_SCALING_GOVERNOR_ON_BATTERY = "powersave";
|
||||
CPU_SCALING_GOVERNOR_ON_AC= "performance";
|
||||
CPU_ENERGY_PERF_POLICY_ON_AC= "balance_performance";
|
||||
START_CHARGE_THRESH_BAT0 = 90;
|
||||
STOP_CHARGE_THRESH_BAT0 = 97;
|
||||
RUNTIME_PM_ON_BAT = "auto";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue