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

This commit is contained in:
2026-01-05 18:22:18 +01:00
parent 3d8b623f66
commit 5ff0bac9d8

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(',') %}