Persistent default gateway on Ubuntu Hetzner server

Create the file /etc/systemd/network/10-enp7s0.network with following contents:

[Match]
Name=enp7s0

[Network]
DHCP=no
Gateway=10.0.0.1
Change interface name and gateway to match yours