feat(skadi): restore cachyos kernel+scx, also enable ntsync.
This commit is contained in:
parent
5aee786301
commit
76c32d89ce
1 changed files with 8 additions and 8 deletions
|
|
@ -22,13 +22,13 @@
|
||||||
boot.blacklistedKernelModules = ["intel_pmc_bxt" "iTCO_vendor_support" "iTCO_wdt"];
|
boot.blacklistedKernelModules = ["intel_pmc_bxt" "iTCO_vendor_support" "iTCO_wdt"];
|
||||||
|
|
||||||
# Use the xanmod kernel
|
# Use the xanmod kernel
|
||||||
# boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||||
# services.scx = {
|
services.scx = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# package = pkgs.scx_git.full;
|
package = pkgs.scx_git.full;
|
||||||
# scheduler = "scx_lavd";
|
scheduler = "scx_lavd";
|
||||||
# extraArgs = ["--autopower"];
|
extraArgs = ["--autopower"];
|
||||||
# };
|
};
|
||||||
|
|
||||||
# Get nicer hostname
|
# Get nicer hostname
|
||||||
networking.hostName = "skadi"; # Define your hostname.
|
networking.hostName = "skadi"; # Define your hostname.
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
services.lact.enable = true;
|
services.lact.enable = true;
|
||||||
|
|
||||||
# Needed modules to have fan control
|
# Needed modules to have fan control
|
||||||
boot.kernelModules = ["coretemp" "nct6775"];
|
boot.kernelModules = ["coretemp" "nct6775" "ntsync"];
|
||||||
|
|
||||||
# Enable ratbagd to customize mouse options
|
# Enable ratbagd to customize mouse options
|
||||||
services.ratbagd.enable = true;
|
services.ratbagd.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue