host: Add k8s-aarch64-n{0,1}

master
Dustin 2024-02-03 11:08:51 -06:00
parent 786145e914
commit 1738e4a1f1
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,6 @@
import (
"du5t1n.me/cfg/env/prod"
)
ssh: prod.ssh
sudo: prod.sudo

View File

@ -0,0 +1,6 @@
import (
"du5t1n.me/cfg/env/prod"
)
ssh: prod.ssh
sudo: prod.sudo

View File

@ -0,0 +1,9 @@
import (
"list"
"du5t1n.me/cfg/env/prod"
)
render: list.Concat([
prod.templates,
])

View File

@ -0,0 +1,9 @@
import (
"list"
"du5t1n.me/cfg/env/prod"
)
render: list.Concat([
prod.templates,
])