cfg/instructions/serial1.pyrocufflink.blue.cue

16 lines
208 B
Plaintext

package serial1
import (
"list"
"du5t1n.me/cfg/app/collectd"
"du5t1n.me/cfg/app/promtail"
"du5t1n.me/cfg/env/prod"
)
render: list.Concat([
prod.templates,
collectd.templates,
promtail.templates,
])