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

kvmfr: build udev package instead of adding all rules to `extraRules` #11

Closed j-brn closed 1 year ago

j-brn commented 1 year ago

Currently, all udev rules are created with udev.extraRules, which results in them ending up in 99-local-rules along with other unrelated rules. This is not a problem but it would be cleaner to build a udev package dedicated to kvmfr to have them in 90-kvmfr.rules for example.

j-brn commented 1 year ago

done