diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 63afcfb..f51f01a 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -27,7 +27,7 @@ enable = true; package = pkgs.scx_git.full; scheduler = "scx_lavd"; - extraArgs = ["--autopower"]; + extraArgs = ["--autopilot"]; }; # Get nicer hostname @@ -105,10 +105,13 @@ nvidiaSupport = true; }; - # Setup gpu fan curves + # Setup gpu fan curves and light undervolt services.lact.enable = true; - # Needed modules to have fan control + # Setup rgb control + services.hardware.openrgb.enable = true; + + # Needed modules to have fan control and ntsync boot.kernelModules = ["coretemp" "nct6775" "ntsync"]; # Enable ratbagd to customize mouse options