{%- from "linux/map.jinja" import system with context -%}
{%- for section, options in settings.items() %}
[{{ section }}]
{%- for option, value in options.items() %}
{{ option }}={{ value }}
{%- endfor -%}
{%- endfor -%}