commit 0cffe2f1a4a83c13892392e8325dff4ab05be317 parent e394a1538e5994d94bd7c06c06d7d4a0462c8dfb Author: William Casarin <jb55@jb55.com> Date: Wed, 10 Feb 2021 15:06:00 -0800 monad: no pci hack for now Diffstat:
M | nix-config/machines/monad/default.nix | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/nix-config/machines/monad/default.nix b/nix-config/machines/monad/default.nix @@ -201,13 +201,13 @@ in NINTENDO_FF y ''; } - { # pci acs hack, not really safe or a good idea - name = "acs-overrides"; - patch = pkgs.fetchurl { - url = "https://aur.archlinux.org/cgit/aur.git/plain/add-acs-overrides.patch?h=linux-vfio"; - sha256 = "1b1qjlqkbwpv82aja48pj9vpi9p6jggc8g92p4rg7zjjjs2ldp24"; - }; - } + #{ # pci acs hack, not really safe or a good idea + # name = "acs-overrides"; + # patch = pkgs.fetchurl { + # url = "https://aur.archlinux.org/cgit/aur.git/plain/add-acs-overrides.patch?h=linux-vfio"; + # sha256 = "1b1qjlqkbwpv82aja48pj9vpi9p6jggc8g92p4rg7zjjjs2ldp24"; + # }; + #} ]; boot.kernelParams = [ "pcie_acs_override=downstream" ];