Compare commits
3 commits
32eab8a42d
...
6da032eae9
| Author | SHA1 | Date | |
|---|---|---|---|
| 6da032eae9 | |||
| 3523914b28 | |||
| be1722c60c |
1 changed files with 6 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.scx_git.full;
|
package = pkgs.scx_git.full;
|
||||||
scheduler = "scx_lavd";
|
scheduler = "scx_lavd";
|
||||||
extraArgs = ["--autopower"];
|
extraArgs = ["--autopilot"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Get nicer hostname
|
# Get nicer hostname
|
||||||
|
|
@ -105,10 +105,13 @@
|
||||||
nvidiaSupport = true;
|
nvidiaSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Setup gpu fan curves
|
# Setup gpu fan curves and light undervolt
|
||||||
services.lact.enable = true;
|
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"];
|
boot.kernelModules = ["coretemp" "nct6775" "ntsync"];
|
||||||
|
|
||||||
# Enable ratbagd to customize mouse options
|
# Enable ratbagd to customize mouse options
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue