Fix usb device redirection

This commit is contained in:
Jakob Lechner 2022-01-15 11:32:51 +00:00
parent a684c4d637
commit 0def2a24c1
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -26,5 +26,10 @@ in
onShutdown = "shutdown";
};
};
security.wrappers.spice-client-glib-usb-acl-helper = {
owner = "root";
group = "root";
source = "${pkgs.spice-gtk}/bin/spice-client-glib-usb-acl-helper";
};
};
}