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."/" = {