This commit is contained in:
Julian Sutter 2023-02-06 10:11:24 -08:00
commit 5838196fd8
4 changed files with 26 additions and 4 deletions

View file

@ -128,8 +128,8 @@
};
};
virtualbox.host = {
enable = false;
enableExtensionPack = false;
enable = true;
enableExtensionPack = true;
};
};
users.extraGroups.vboxusers.members = [ "jsutter" ];

View file

@ -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";