enable iommu

This commit is contained in:
Nathan McCarty 2023-07-01 16:22:11 -04:00
parent c3727a54b8
commit 1378fb08ed
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ in {
allowedUDPPorts = [ 61377 1701 9001 ];
};
};
# GPU passthrough
boot.kernelParams = [ "amd_iommu=on" ];
# Setup home manager
home-manager.users.nathan = import ./home.nix;