clank-node/files/cloud_init_deb12.cloud_config

11 lines
273 B
Plaintext
Raw Normal View History

#cloud-config
runcmd:
- apt update
- apt install -y qemu-guest-agent neovim ranger
- systemctl start qemu-guest-agent
- systemctl enable --now sshd
- curl https://git.front.kjuulh.io/kjuulh/churn-v2/raw/branch/main/install.sh | bash
fqdn: ${hostname}.${domain}