proxmox: fix network interface renaming

Use systemd .link files which are "relatively futureproof" according
to https://wiki.debian.org/NetworkInterfaceNames .
This commit is contained in:
Timotej Lazar 2025-08-13 12:03:28 +02:00
parent 59c1431f93
commit ea1f8f88d0
2 changed files with 11 additions and 3 deletions

View file

@ -0,0 +1,5 @@
[Match]
MACAddress={{ item.mac_address | lower }}
[Link]
Name={{ item.name }}