# /etc/netplan/50-cloud-init.yaml netplan configuration file network: ethernets: eth0: dhcp4: true optional: true version: 2 # wifi setup informations wifis: wlan0: optional: true access-points: "SSID": password: "*******" dhcp4: no addresses: [192.168.1.251/24] gateway4: 192.168.1.1 nameservers: addresses: [192.168.1.1, 8.8.8.8]