j-brn / nixos-vfio

NixOS modules to automate vfio setups
https://j-brn.github.io/nixos-vfio/
MIT License
33 stars 7 forks source link

Add WantedBy to libvirtd configuration service #79

Closed glanch closed 6 months ago

glanch commented 6 months ago

The libvirtd configuration service libvirtd-config.service is currently not being restarted after a configuration change. It starts at system start, but not after changing e.g. domains and activating the new configuration. By adding WantedBy to the corresponding systemd service unit the service starts now.