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
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"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue