simplify kernel params

This commit is contained in:
Gerg-L 2024-01-01 15:20:46 -05:00
parent 420dee9873
commit 87691310c8
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 1 additions and 17 deletions

View file

@ -69,6 +69,7 @@ in
};
boot = {
kernelParams = [
"iommu=pt"
"amd_iommu=on"
"vfio_iommu_type1.allow_unsafe_interrupts=1"
"kvm.ignore_msrs=1"

View file

@ -17,22 +17,6 @@
boot = {
blacklistedKernelModules = [ "pcspkr" ];
kernelParams = lib.mkBefore [
"acpi_call"
"pti=auto"
"randomize_kstack_offset=on"
"vsyscall=none"
"slab_nomerge"
"module.sig_enforce=1"
"lockdown=confidentiality"
"page_poison=1"
"page_alloc.shuffle=1"
"sysrq_always_enabled=0"
"idle=nomwait"
"rootflags=noatime"
"iommu=pt"
"usbcore.autosuspend=-1"
"noresume"
"acpi_backlight=native"
"logo.nologo"
"fbcon=nodefer"
"bgrt_disable"
@ -45,7 +29,6 @@
consoleLogLevel = 3;
initrd = {
verbose = false;
systemd.enable = true;
};
plymouth = {