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

nixos/lib/vargen: bump

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2023-08-04 17:09:37 -04:00
parent eefde88fdd
commit 033805cd8b
No known key found for this signature in database
2 changed files with 30 additions and 14 deletions

View file

@ -198,8 +198,12 @@ func main() {
Preference: medium, Preference: medium,
IPv4: wan4, IPv4: wan4,
} }
out.Interfaces["wwan0"] = iface{ out.Interfaces["wan1"] = iface{
Name: "wwp0s19u1u3i12", Name: "wan1",
Preference: medium,
}
out.Interfaces["wan2"] = iface{
Name: "wan2",
Preference: medium, Preference: medium,
} }

View file

@ -384,6 +384,30 @@
}, },
"hosts": null "hosts": null
}, },
"wan1": {
"name": "wan1",
"preference": "medium",
"internal_dns": false,
"ipv4": "",
"ipv6": {
"gua": "",
"ula": "",
"lla": ""
},
"hosts": null
},
"wan2": {
"name": "wan2",
"preference": "medium",
"internal_dns": false,
"ipv4": "",
"ipv6": {
"gua": "",
"ula": "",
"lla": ""
},
"hosts": null
},
"wg0": { "wg0": {
"name": "wg0", "name": "wg0",
"preference": "medium", "preference": "medium",
@ -395,18 +419,6 @@
"lla": "fe80::1" "lla": "fe80::1"
}, },
"hosts": [] "hosts": []
},
"wwan0": {
"name": "wwp0s19u1u3i12",
"preference": "medium",
"internal_dns": false,
"ipv4": "",
"ipv6": {
"gua": "",
"ula": "",
"lla": ""
},
"hosts": null
} }
}, },
"wireguard": { "wireguard": {