Is there a way to configure the systemd-networkd.service to automatically switch over to a static IP configuration if a DHCP server is not present?
Or if systemd-networkd doesn't support this directly could I create some other service unit that after some timeout checks to see if DHCP has been succcesful and if not configures a static configuration?
This seems like such a common thing but I'm not seeing it documented anywhere, it must be so simple that I'm missing it.