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

View File

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