PATH:
snap
/
core24
/
1587
/
etc
/
netplan
# This is the initial network config. # It can be overwritten by cloud-init or console-conf. network: version: 2 ethernets: all-en: match: name: "en*" dhcp4: true all-eth: match: name: "eth*" dhcp4: true
[+]
..
[-] 00-snapd-config.yaml
[edit]