feat: include template
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-30 00:25:13 +01:00
parent f137d7fadf
commit 7708a0cdf3

View File

@@ -0,0 +1,8 @@
#cloud-config
runcmd:
- apt update
- apt install -y qemu-guest-agent neovim ranger
- systemctl start qemu-guest-agent
- systemctl enable --now sshd
fqdn: ${hostname}.${domain}