host: Add serial1.p.b

*serial1.pyrocufflink.blue* is a replacement for *serial0.p.b*.  It runs
Fedora CoreOS and just has `picocom` and `tmux`.
master
Dustin 2024-01-25 20:17:00 -06:00
parent e25aa15eb1
commit bd18d3a734
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
package serial1

View File

@ -0,0 +1,11 @@
package serial1
import (
"list"
"du5t1n.me/cfg/app/collectd"
)
render: list.Concat([
collectd.templates,
])