telo@compile:/etc/systemd/network# cat eth0.network
[Match]
Name = eth0
[Network]
Description = Interface eth0 autoconfigured by PVE
DHCP = v4
IPv6AcceptRA = false
telo@compile:/etc/systemd/network# cat eth1.network
[Match]
Name = eth1
[Network]
Description = Interface eth1 autoconfigured by PVE
Address = 192.168.8.8/24
DHCP = no
IPv6AcceptRA = false
systemctl reload systemd-networkd.service