diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2021-09-01 13:13:40 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-09-01 13:33:18 +0200 |
commit | cc0d98786dbeefb944032ad4afc7bb65ebb074bc (patch) | |
tree | 4c3f75b8a138e8c595c49b3c2c2c006519ce31b9 /cfg | |
parent | 0c00f64669bfbdb6bde8e5cb7cfc205dec284e50 (diff) |
#1060 virtual: enable audio and wifi vfio by default
Diffstat (limited to 'cfg')
-rw-r--r-- | cfg/ogclient-virtual-example.json | 6 | ||||
-rw-r--r-- | cfg/ogclient.json | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/cfg/ogclient-virtual-example.json b/cfg/ogclient-virtual-example.json index c1ed1cd..e63bfb1 100644 --- a/cfg/ogclient-virtual-example.json +++ b/cfg/ogclient-virtual-example.json @@ -15,5 +15,9 @@ "vnc": { "activate": true, "pass": "ogvnc" - } + }, + "vfio": [ + "audio", + "wifi" + ] } diff --git a/cfg/ogclient.json b/cfg/ogclient.json index 18d4d8b..1a43d1b 100644 --- a/cfg/ogclient.json +++ b/cfg/ogclient.json @@ -15,5 +15,9 @@ "vnc": { "activate": true, "pass": "ogvnc" - } + }, + "vfio": [ + "audio", + "wifi" + ] } |