summaryrefslogtreecommitdiffstats
path: root/cfg/ogclient-virtual-example.json
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2021-09-01 13:13:40 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2021-09-01 13:33:18 +0200
commitcc0d98786dbeefb944032ad4afc7bb65ebb074bc (patch)
tree4c3f75b8a138e8c595c49b3c2c2c006519ce31b9 /cfg/ogclient-virtual-example.json
parent0c00f64669bfbdb6bde8e5cb7cfc205dec284e50 (diff)
#1060 virtual: enable audio and wifi vfio by default
Diffstat (limited to 'cfg/ogclient-virtual-example.json')
-rw-r--r--cfg/ogclient-virtual-example.json6
1 files changed, 5 insertions, 1 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"
+ ]
}