hosts/odyssey: set schedutil cpu governor
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m1s

This commit is contained in:
Jordan Holt 2025-04-27 21:27:41 +01:00
parent 2070ba3889
commit 6ef68ceced
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -38,6 +38,8 @@
}; };
}; };
powerManagement.cpuFreqGovernor = "schedutil";
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nvidia" ];
fileSystems."/" = { fileSystems."/" = {