1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/lib/vargen: regenerate

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2024-03-30 10:44:30 -04:00
parent 64525d00f2
commit beaaa4059b
No known key found for this signature in database
2 changed files with 50 additions and 0 deletions

View file

@ -100,6 +100,16 @@ func main() {
netip.MustParseAddr("192.168.10.12"), netip.MustParseAddr("192.168.10.12"),
mac("c4:bd:e5:1b:8a:e6"), mac("c4:bd:e5:1b:8a:e6"),
), ),
lan0.newHost(
"matt-4",
netip.MustParseAddr("192.168.10.13"),
mac("14:ac:60:46:8d:91"),
),
lan0.newHost(
"theatnerr-2",
netip.MustParseAddr("192.168.10.14"),
mac("18:c0:4d:91:04:d8"),
),
}, },
Infra: []host{ Infra: []host{
mgmt0.newHost( mgmt0.newHost(

View file

@ -44,6 +44,26 @@
"lla": "fe80::c6bd:e5ff:fe1b:8ae6" "lla": "fe80::c6bd:e5ff:fe1b:8ae6"
}, },
"mac": "c4:bd:e5:1b:8a:e6" "mac": "c4:bd:e5:1b:8a:e6"
},
{
"name": "matt-4",
"ipv4": "192.168.10.13",
"ipv6": {
"gua": "2600:6c4a:783f:780a:16ac:60ff:fe46:8d91",
"ula": "fd9e:1a04:f01d:10:16ac:60ff:fe46:8d91",
"lla": "fe80::16ac:60ff:fe46:8d91"
},
"mac": "14:ac:60:46:8d:91"
},
{
"name": "theatnerr-2",
"ipv4": "192.168.10.14",
"ipv6": {
"gua": "2600:6c4a:783f:780a:1ac0:4dff:fe91:4d8",
"ula": "fd9e:1a04:f01d:10:1ac0:4dff:fe91:4d8",
"lla": "fe80::1ac0:4dff:fe91:4d8"
},
"mac": "18:c0:4d:91:04:d8"
} }
], ],
"infra": [ "infra": [
@ -267,6 +287,26 @@
"lla": "fe80::c6bd:e5ff:fe1b:8ae6" "lla": "fe80::c6bd:e5ff:fe1b:8ae6"
}, },
"mac": "c4:bd:e5:1b:8a:e6" "mac": "c4:bd:e5:1b:8a:e6"
},
{
"name": "matt-4",
"ipv4": "192.168.10.13",
"ipv6": {
"gua": "2600:6c4a:783f:780a:16ac:60ff:fe46:8d91",
"ula": "fd9e:1a04:f01d:10:16ac:60ff:fe46:8d91",
"lla": "fe80::16ac:60ff:fe46:8d91"
},
"mac": "14:ac:60:46:8d:91"
},
{
"name": "theatnerr-2",
"ipv4": "192.168.10.14",
"ipv6": {
"gua": "2600:6c4a:783f:780a:1ac0:4dff:fe91:4d8",
"ula": "fd9e:1a04:f01d:10:1ac0:4dff:fe91:4d8",
"lla": "fe80::1ac0:4dff:fe91:4d8"
},
"mac": "18:c0:4d:91:04:d8"
} }
] ]
}, },