Trying to list lxc config devices on a type: virtual machine returns and empty list. I want to override the interface IP to make sure it stays the same when migrating across the machines in the lxd cluster:
lxc config device override <container_name> <interface> ipv4.address="<IP>"
but I don’t seem to find a way to do so with virtual machines. With containers it’s OK.