AshleyYakeley / NixVirt

LibVirt domain management for Nix
MIT License
192 stars 21 forks source link

added configuration for domain.devices.interface vhostuser #69

Closed antholeole closed 1 month ago

antholeole commented 1 month ago

source: https://libvirt.org/formatdomain.html#vhost-user-interface

also added some NIC options: https://libvirt.org/formatdomain.html#setting-nic-driver-specific-options

also added tests, let me know if they're in the right place.

AshleyYakeley commented 1 month ago

Thanks