feat(probook): cpu in performance mode
This commit is contained in:
parent
b6e065ffe9
commit
b6b25d5f35
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
kat.wireguardPubKey = "zIHvCSzk5a94jvnXU4iscbp9RUGzbWpARDMRgHNtMl4=";
|
kat.wireguardPubKey = "zIHvCSzk5a94jvnXU4iscbp9RUGzbWpARDMRgHNtMl4=";
|
||||||
|
systemd.tmpfiles.rules = [
|
||||||
|
"w /sys/devices/system/cpu/cpufreq/policy*/scaling_governor - - - - performance"
|
||||||
|
"w /sys/devices/system/cpu/cpufreq/policy*/energy_performance_preference - - - - performance"
|
||||||
|
];
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
wait-online.anyInterface = true;
|
wait-online.anyInterface = true;
|
||||||
networks = {
|
networks = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue