feat(minecraft): add!

This commit is contained in:
Kat Inskip 2024-09-16 18:23:23 -07:00
parent 7e9dce8d40
commit f3c72e7f6c
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 206 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"lxc": {
"lxc.mount.entry": [
"/mnt/kyuuto-minecraft mnt/kyuuto-minecraft none bind,optional,create=dir",
"/dev/net/tun dev/net/tun none bind,optional,create=file"
]
}
}