iommu fixes and such
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
|
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
|
||||||
boot.initrd.kernelModules = [];
|
boot.initrd.kernelModules = ["amdgpu"];
|
||||||
boot.kernelModules = ["amdgpu"];
|
boot.kernelModules = [];
|
||||||
boot.extraModulePackages = [];
|
boot.extraModulePackages = [];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
|
|||||||
@@ -4,7 +4,12 @@
|
|||||||
kernel = {
|
kernel = {
|
||||||
variant = "latest";
|
variant = "latest";
|
||||||
hardware = ["intel"];
|
hardware = ["intel"];
|
||||||
extraKernelParams = ["fbcon=rotate:1"];
|
extraKernelParams = [
|
||||||
|
"fbcon=rotate:1"
|
||||||
|
"efi=keep_bootcon"
|
||||||
|
"amd_iommu=on"
|
||||||
|
"iommu=pt"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
loader = {
|
loader = {
|
||||||
default = {
|
default = {
|
||||||
|
|||||||
Reference in New Issue
Block a user