summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-31 14:31:05 +0300
committerDevaev Maxim <[email protected]>2020-07-31 14:31:35 +0300
commit8279304830acd2ad6997bfbd60433ca50da18e19 (patch)
treecbdb41d482aa29440ce2df60bbd1d38465e34982
parentd22333f7d17ec66407b81e0c9593da50e71ad823 (diff)
disabled otg tty by default
-rw-r--r--kvmd/apps/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/apps/__init__.py b/kvmd/apps/__init__.py
index 3e528d63..f5248f00 100644
--- a/kvmd/apps/__init__.py
+++ b/kvmd/apps/__init__.py
@@ -313,7 +313,7 @@ def _get_config_scheme() -> Dict:
},
"acm": {
- "enabled": Option(True, type=valid_bool),
+ "enabled": Option(False, type=valid_bool),
},
"drives": {