diff --git a/vhclient/config.yaml b/vhclient/config.yaml index ffc9ee2..a375bf5 100644 --- a/vhclient/config.yaml +++ b/vhclient/config.yaml @@ -1,5 +1,5 @@ name: VirtualHere Client -version: "0.1.62" +version: "0.1.63" slug: vhclient description: VirtualHere Client arch: @@ -32,13 +32,11 @@ kernel_modules: true options: clientid: "vhclient" autofind: false - usbdevices: - - one: false - - two: false + usbdevices: list(one, two) schema: clientid: str? autofind: bool - usbdevices: list(match(^\\w*$)) + usbdevices: list() stage: experimental init: false