From 6ef68cecedd721cf22c3571de92c68bc5049cd94 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 27 Apr 2025 21:27:41 +0100 Subject: [PATCH] hosts/odyssey: set schedutil cpu governor --- hosts/odyssey/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/odyssey/hardware-configuration.nix b/hosts/odyssey/hardware-configuration.nix index 2fdbb07..332232f 100644 --- a/hosts/odyssey/hardware-configuration.nix +++ b/hosts/odyssey/hardware-configuration.nix @@ -38,6 +38,8 @@ }; }; + powerManagement.cpuFreqGovernor = "schedutil"; + services.xserver.videoDrivers = [ "nvidia" ]; fileSystems."/" = {