kjuulh
7708a0cdf3
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
#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}
|