PCI passthrough: Difference between revisions

Pigs (talk | contribs)
Detailed configuration instructions on how to set everything required to configure pci passthrough
Milo (talk | contribs)
The 'virtualisation.libvirtd.qemu.ovmf' submodule has been removed. All OVMF images distributed with QEMU are now available by default.
 
Line 81: Line 81:
       runAsRoot = true;
       runAsRoot = true;
       swtpm.enable = true;
       swtpm.enable = true;
      ovmf = {
        enable = true;
        packages = [(pkgs.OVMF.override {
          secureBoot = true;
          tpmSupport = true;
        }).fd];
      };
     };
     };
   };
   };
</nowiki>
</nowiki>
}}
|name=|lang=}}


For more information on configuring virtualization, refer to the {{nixos:option|virtualisation.libvirtd}} module options.   
For more information on configuring virtualization, refer to the {{nixos:option|virtualisation.libvirtd}} module options.