FIX : Powermanagement to performance

main
Alexandre LUCAZEAU 2023-07-16 11:40:30 +02:00
parent d7224bb1de
commit 65b65d8645
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
powerManagement = {
enable = true;
powertop.enable = true;
cpuFreqGovernor = "powersave";
cpuFreqGovernor = "performance";
};
}