12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
|
{
|
||
|
"cache": "/opt/persistent-evdev/cache",
|
||
|
"devices": {
|
||
|
{% for item in keyboards %}
|
||
|
"persist-keyboard{{loop.index0}}": "{{ item }}",
|
||
|
{% endfor %}
|
||
|
{% for item in mice %}
|
||
|
"persist-mouse{{loop.index0}}": "{{ item }}",
|
||
|
{% endfor %}
|
||
|
"dummy" : "/dev/null"
|
||
|
}
|
||
|
}
|