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=";
|
||||
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 = {
|
||||
wait-online.anyInterface = true;
|
||||
networks = {
|
||||
|
|
Loading…
Reference in a new issue