Home : Disable CPU powersave service.

This commit is contained in:
Dmitry Voronin 2024-06-26 09:10:57 +03:00
parent c927c3def8
commit dac6ccf5ef
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -17,7 +17,10 @@
storage = "/storage/hot/ftp";
};
amd = {
cpu.enable = true;
cpu = {
enable = true;
powersave.enable = false;
};
gpu.enable = true;
};
};