feat: rekey all secrets, litterbox!

This commit is contained in:
Kat Inskip 2024-09-02 20:19:52 -07:00
parent 1ddefe0513
commit a8ee040199
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
30 changed files with 2250 additions and 1539 deletions

View file

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