get scx scheduler back, kernel loglevel to 0
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -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 = {
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
scx = {
|
scx = {
|
||||||
enable = false;
|
enable = true;
|
||||||
scheduler = "scx_flash";
|
scheduler = "scx_flash";
|
||||||
};
|
};
|
||||||
logind = {
|
logind = {
|
||||||
|
Reference in New Issue
Block a user