baremetal: save power

This commit is contained in:
Sandro - 2023-06-01 22:42:16 +02:00
parent 000006b7e2
commit 000000486d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@
"kvm" "big-parallel" "nixos-test" "benchmark"
];
powerManagement.cpuFreqGovernor = "schedutil";
services = {
# just assume there are ssd's everywhere
fstrim.enable = true;