goo/services/alpine.json

18 lines
253 B
JSON

{
system: {
base: "alpine",
system_packages: [
"alpine-base", "doas", "linux-lts", "syslinux",
"ifupdown-ng", "util-linux", "mount",
"podman", "podman-compose",
],
}
services: {
ssh: { enable: "true" },
firewall: { enable: "true" },
}
}