diff options
Diffstat (limited to 'modules/virtualization.nix')
| -rw-r--r-- | modules/virtualization.nix | 28 | 
1 files changed, 14 insertions, 14 deletions
| diff --git a/modules/virtualization.nix b/modules/virtualization.nix index 17b5a36..b1c42dd 100644 --- a/modules/virtualization.nix +++ b/modules/virtualization.nix @@ -45,18 +45,18 @@      '')    ]; -  boot.kernelPatches = [ -    { -      # https://github.com/Kinsteen/win10-gpu-passthrough/blob/main/pat_patch.diff -      name = "disable-pat-check"; -      patch = ../dist/disable-pat-check.patch; -    } -    { -      # https://aur.archlinux.org/cgit/aur.git/tree/1001-6.8.0-add-acs-overrides.patch?h=linux-vfio -      name = "acso"; -      patch = ../dist/acso.patch; -    } -  ]; - -  boot.kernelParams = [ "skippatcheck" "pcie_acs_override=downstream,multifunction" ]; +  # boot.kernelPatches = [ +  #   { +  #     # https://github.com/Kinsteen/win10-gpu-passthrough/blob/main/pat_patch.diff +  #     name = "disable-pat-check"; +  #     patch = ../dist/disable-pat-check.patch; +  #   } +  #   { +  #     # https://aur.archlinux.org/cgit/aur.git/tree/1001-6.8.0-add-acs-overrides.patch?h=linux-vfio +  #     name = "acso"; +  #     patch = ../dist/acso.patch; +  #   } +  # ]; + +  boot.kernelParams = [ /* "skippatcheck" */ "pcie_acs_override=downstream,multifunction" ];  } | 
