feat(skadi): disable cachy kernel and scx.
Stability issues.
This commit is contained in:
parent
244e420d02
commit
5aee786301
1 changed files with 7 additions and 12 deletions
|
|
@ -22,13 +22,13 @@
|
|||
boot.blacklistedKernelModules = ["intel_pmc_bxt" "iTCO_vendor_support" "iTCO_wdt"];
|
||||
|
||||
# Use the xanmod kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||
services.scx = {
|
||||
enable = true;
|
||||
package = pkgs.scx_git.full;
|
||||
scheduler = "scx_lavd";
|
||||
extraArgs = ["--autopower"];
|
||||
};
|
||||
# boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||
# services.scx = {
|
||||
# enable = true;
|
||||
# package = pkgs.scx_git.full;
|
||||
# scheduler = "scx_lavd";
|
||||
# extraArgs = ["--autopower"];
|
||||
# };
|
||||
|
||||
# Get nicer hostname
|
||||
networking.hostName = "skadi"; # Define your hostname.
|
||||
|
|
@ -61,11 +61,6 @@
|
|||
fallbackDns = ["192.168.0.5"];
|
||||
};
|
||||
|
||||
# Enable wake on lan
|
||||
networking.interfaces."enp4s0".wakeOnLan.policy = [
|
||||
"magic"
|
||||
];
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Zagreb";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue