mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
14 lines
393 B
JSON
14 lines
393 B
JSON
{
|
|
"lxc": {
|
|
"lxc.mount.entry": [
|
|
"/mnt/kyuuto-media mnt/kyuuto-media none bind,optional,create=dir",
|
|
"/mnt/kyuuto-data/minecraft mnt/kyuuto-data/minecraft none bind,optional,create=dir",
|
|
"/dev/net/tun dev/net/tun none bind,optional,create=file"
|
|
],
|
|
"lxc.cgroup2.devices.allow": [
|
|
"c 10:200 rwm"
|
|
],
|
|
"features": ["nesting=1,mount=nfs,mknod=1"],
|
|
"unprivileged": ["0"]
|
|
}
|
|
}
|