infrastructure/systems/mediabox/lxc.json
2024-02-06 10:52:44 -08:00

9 lines
311 B
JSON

{
"lxc": {
"lxc.mount.entry": [
"/mnt/kyuuto-media/library mnt/kyuuto-media/library none bind,optional,create=dir",
"/mnt/kyuuto-media/downloads/deluge mnt/kyuuto-media/downloads/deluge none bind,optional,create=dir",
"/dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file"
]
}
}