fix(network): Removes hardcoded MAC-Address from NetworkManager config

This fixes an issue that in some virtual environments the NICs
MAC-Address gets changes and the config no longer applies.
This commit is contained in:
2026-01-05 18:22:18 +01:00
parent 23f08b350b
commit 085e16abe9

View File

@@ -3,9 +3,6 @@ id=LAN
uuid={{ configuration_net_uuid }}
type=ethernet
[ethernet]
mac-address={{ configuration_net_mac }}
[ipv4]
{% set dns_value = vm_dns if vm_dns is defined else '' %}
{% set dns_list_raw = dns_value if dns_value is iterable and dns_value is not string else dns_value.split(',') %}