Include MAC-Address into the NetworkManager keyfile

This commit is contained in:
2024-10-31 00:13:23 +01:00
parent ff4f9cdb07
commit 8a655993bd
3 changed files with 10 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ type=ethernet
interface-name={{ net_inf.stdout }}
[ethernet]
mac-address={{ net_mac.stdout }}
[ipv4]
address={{ vm_ip }},{{ vm_gw }}
@@ -12,7 +13,7 @@ dns={{ vm_dns }}
method=manual
[ipv6]
addr-gen-mode=default
addr-gen-mode=stable-privacy
method=disabled
[proxy]
[proxy]