summaryrefslogtreecommitdiff
path: root/hosts/shinji/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/shinji/hardware.nix')
-rw-r--r--hosts/shinji/hardware.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/shinji/hardware.nix b/hosts/shinji/hardware.nix
index f1edca2..b35c2a2 100644
--- a/hosts/shinji/hardware.nix
+++ b/hosts/shinji/hardware.nix
@@ -30,13 +30,10 @@
boot.initrd.kernelModules = [
"vfio_pci"
"vfio"
- "vfio_iommu_type1"
];
boot.kernelModules = ["kvm-amd"];
boot.blacklistedKernelModules = ["nouveau"];
- boot.kernelParams = [
- "amd_iommu=on"
- ];
+ boot.kernelParams = [];
boot.extraModulePackages = [];
boot.supportedFilesystems = ["ntfs"];