Fix usb device redirection
This commit is contained in:
parent
a684c4d637
commit
0def2a24c1
1 changed files with 5 additions and 0 deletions
|
|
@ -26,5 +26,10 @@ in
|
||||||
onShutdown = "shutdown";
|
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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue