#cloud-config hostname: metal-{{ trunc 4 .MachineID }} users: - name: kairos # Change to your pass here passwd: kairos ssh_authorized_keys: # Replace with your github user and un-comment the line below: # - github:mudler stages: initramfs: - name: Setup wireless files: # See https://man.archlinux.org/man/connman-service.config.5 - path: /var/lib/connman/home_wifi.config permissions: 0600 content: | [service_home_wifi] Type = wifi Name = your_ssid Passphrase = your_wifi_password IPv4 = dhcp boot: - name: Enable wireless commands: - connmanctl enable wifi