Skip to content

Commit

Permalink
Merge pull request #194 from OpenVoiceOS/feat/disable_gui_messages
Browse files Browse the repository at this point in the history
[ansible/config] Disable GUI messages when headless
  • Loading branch information
goldyfruit authored Oct 28, 2024
2 parents d6ba038 + 453a676 commit ee872f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/ovos_installer/templates/mycroft.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"gui_file_host_path": "/home/ovos/.cache/gui_files"
{% endif %}
},
{% else %}
"gui": {
"disable_gui": false
},
{% endif %}
{% endif %}
"websocket": {
Expand Down

0 comments on commit ee872f3

Please sign in to comment.