enable iommu
This commit is contained in:
parent
c3727a54b8
commit
1378fb08ed
|
@ -79,6 +79,8 @@ in {
|
||||||
allowedUDPPorts = [ 61377 1701 9001 ];
|
allowedUDPPorts = [ 61377 1701 9001 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# GPU passthrough
|
||||||
|
boot.kernelParams = [ "amd_iommu=on" ];
|
||||||
|
|
||||||
# Setup home manager
|
# Setup home manager
|
||||||
home-manager.users.nathan = import ./home.nix;
|
home-manager.users.nathan = import ./home.nix;
|
||||||
|
|
Loading…
Reference in New Issue