feat(probook): cpu in performance mode

This commit is contained in:
catvayor 2024-12-28 22:56:53 +01:00
parent b6e065ffe9
commit b6b25d5f35
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -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 = {