clank-node/files/cloud_init_deb12.cloud_config

9 lines
185 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
fqdn: ${hostname}.${domain}