topology
This commit is contained in:
parent
5048fb3e79
commit
f101eb6b2e
6 changed files with 53 additions and 8 deletions
|
|
@ -2,13 +2,25 @@
|
|||
inherit (config.lib.topology) mkInternet mkRouter mkConnection;
|
||||
in {
|
||||
# Define networks/nodes here
|
||||
networks.home = {
|
||||
name = "Home Network";
|
||||
cidrv4 = "192.168.0.0/16";
|
||||
style = {
|
||||
primaryColor = "#69398b";
|
||||
secondaryColor = "#9277ae";
|
||||
pattern = "solid";
|
||||
networks = {
|
||||
home = {
|
||||
name = "Home Network";
|
||||
cidrv4 = "192.168.0.0/16";
|
||||
style = {
|
||||
primaryColor = "#69398b";
|
||||
secondaryColor = "#9277ae";
|
||||
pattern = "solid";
|
||||
};
|
||||
};
|
||||
wce-networks = {
|
||||
name = "WCE AWS VPC";
|
||||
cidrv4 = "172.31.0.0/16";
|
||||
cidrv6 = "2600:1f18:22fc:c200::/56";
|
||||
style = {
|
||||
primaryColor = "#FF9900";
|
||||
secondaryColor = "#FF9900";
|
||||
pattern = "solid";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -21,6 +33,7 @@ in {
|
|||
interfaceGroups = [
|
||||
["wan1"]
|
||||
["eth1" "eth2" "eth3" "eth4"]
|
||||
["wlan0"]
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue