get scx scheduler back, kernel loglevel to 0

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-08 17:47:11 +03:00
parent a73f488069
commit d53f48e628
2 changed files with 6 additions and 5 deletions

View File

@ -10,6 +10,7 @@
]; ];
boot = { boot = {
# kernelPackages = pkgs.linuxPackages_latest; # kernelPackages = pkgs.linuxPackages_latest;
consoleLogLevel = 0;
kernelPackages = pkgs.linuxPackages_cachyos; kernelPackages = pkgs.linuxPackages_cachyos;
kernelModules = ["kvm-amd"]; kernelModules = ["kvm-amd"];
kernelParams = [ kernelParams = [
@ -30,11 +31,11 @@
"iommu.passthrough=0" "iommu.passthrough=0"
"iommu.strict=1" "iommu.strict=1"
"iommu=force" "iommu=force"
"lockdown=confidentiality" # "lockdown=confidentiality"
"module.sig_enforce=1" # "module.sig_enforce=1"
"page_alloc.shuffle=1" "page_alloc.shuffle=1"
"reg_file_data_sampling=on" # "reg_file_data_sampling=on"
"spec_rstack_overflow=safe-ret" # "spec_rstack_overflow=safe-ret"
"vsyscall=none" "vsyscall=none"
]; ];
initrd = { initrd = {

View File

@ -23,7 +23,7 @@
}; };
}; };
scx = { scx = {
enable = false; enable = true;
scheduler = "scx_flash"; scheduler = "scx_flash";
}; };
logind = { logind = {