mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-27 17:21:02 +01:00
thinkpad-nixos: Enable IOMMU
This commit is contained in:
parent
8a3888d51d
commit
0694d8db6f
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
|||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
boot.kernelParams = ["intel_iommu=on" "iommu=pt"];
|
||||
|
||||
networking = {
|
||||
hostName = "thinkpad-nixos";
|
||||
interfaces = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue