Compare commits
No commits in common. "6da032eae9e6c31fabca6d132400d008db4b30f4" and "32eab8a42d0495eb5e04fc1541493f72b4740c2d" have entirely different histories.
6da032eae9
...
32eab8a42d
1 changed files with 3 additions and 6 deletions
|
|
@ -27,7 +27,7 @@
|
|||
enable = true;
|
||||
package = pkgs.scx_git.full;
|
||||
scheduler = "scx_lavd";
|
||||
extraArgs = ["--autopilot"];
|
||||
extraArgs = ["--autopower"];
|
||||
};
|
||||
|
||||
# Get nicer hostname
|
||||
|
|
@ -105,13 +105,10 @@
|
|||
nvidiaSupport = true;
|
||||
};
|
||||
|
||||
# Setup gpu fan curves and light undervolt
|
||||
# Setup gpu fan curves
|
||||
services.lact.enable = true;
|
||||
|
||||
# Setup rgb control
|
||||
services.hardware.openrgb.enable = true;
|
||||
|
||||
# Needed modules to have fan control and ntsync
|
||||
# Needed modules to have fan control
|
||||
boot.kernelModules = ["coretemp" "nct6775" "ntsync"];
|
||||
|
||||
# Enable ratbagd to customize mouse options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue