mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
simplify kernel params
This commit is contained in:
parent
420dee9873
commit
87691310c8
2 changed files with 1 additions and 17 deletions
|
|
@ -69,6 +69,7 @@ in
|
|||
};
|
||||
boot = {
|
||||
kernelParams = [
|
||||
"iommu=pt"
|
||||
"amd_iommu=on"
|
||||
"vfio_iommu_type1.allow_unsafe_interrupts=1"
|
||||
"kvm.ignore_msrs=1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue