virtualisation: Add evdev-proxy's udev rules

This commit is contained in:
PapaTutuWawa 2021-09-20 11:41:21 +02:00
parent c147db7c59
commit 7b92b0c9e7

View File

@ -94,6 +94,8 @@
ln -Tfs /etc/libvirt/hooks /var/lib/libvirt/hooks
'';
services.udev.packages = with pkgs; [ evdev-proxy ];
systemd = {
services.libvirtd.path = with pkgs; [ vfio-isolate systemd bash ];
user.services.evdev-proxy = {