mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(tf): ct-config
This commit is contained in:
parent
613c3bb599
commit
69c2b81e3d
8 changed files with 153 additions and 33 deletions
7
systems/hakurei/lxc.json
Normal file
7
systems/hakurei/lxc.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"lxc": {
|
||||
"lxc.mount.entry": [
|
||||
"/dev/net/tun dev/net/tun none bind,optional,create=file"
|
||||
]
|
||||
}
|
||||
}
|
||||
9
systems/mediabox/lxc.json
Normal file
9
systems/mediabox/lxc.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
13
systems/reimu/lxc.json
Normal file
13
systems/reimu/lxc.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"lxc": {
|
||||
"lxc.mount.entry": [
|
||||
"/mnt/kyuuto-media mnt/kyuuto-media 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"]
|
||||
}
|
||||
}
|
||||
8
systems/tei/lxc.json
Normal file
8
systems/tei/lxc.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"lxc": {
|
||||
"lxc.mount.entry": [
|
||||
"/dev/ttyZigbee dev/ttyZigbee none bind,optional,create=file",
|
||||
"/dev/net/tun dev/net/tun none bind,optional,create=file"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue