set server's cpu governor to performance

This commit is contained in:
jacekpoz 2024-07-24 18:20:24 +02:00
parent 08e8e4d01c
commit 41fa5daeaf
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -34,6 +34,8 @@ in {
};
};
powerManagement.cpuFreqGovernor = "performance";
virtualisation = {
podman = {
enable = true;