Tommy 931620b545
Repo cleanup
- Splited configs with and without unbound
- Removed unnecessary karg file
- Removed environment variable to make nano the default editor
- Removed gvisor KVM runtime
- No longer block dhcpv6-client: DHCP6 can be done securely in a Proxmox environment

Signed-off-by: Tommy <contact@tommytran.io>
2025-06-02 04:18:35 -07:00

20 lines
509 B
JSON

{
"default-runtime": "runsc-systrap",
"runtimes": {
"runsc-systrap": {
"path": "/usr/local/bin/runsc",
"runtimeArgs": [
"--platform=systrap",
"--network=host"
]
},
"runsc-systrap --host-uds=open": {
"path": "/usr/local/bin/runsc",
"runtimeArgs": [
"--platform=systrap",
"--network=host",
"--host-uds=open"
]
}
}
}