mirror of
https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
synced 2025-06-06 17:34:42 +02:00

- 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>
20 lines
509 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |