architect: Added additional FraMecca devices
This commit is contained in:
parent
54c46cee32
commit
469d13372e
@ -45,12 +45,19 @@ rec {
|
||||
kclvm-wg = "10.3.0.34";
|
||||
framecca-wg = "10.3.0.35";
|
||||
|
||||
framecca_one-wg = "10.3.0.36";
|
||||
framecca_two-wg = "10.3.0.37";
|
||||
framecca_three-wg = "10.3.0.38";
|
||||
framecca_four-wg = "10.3.0.39";
|
||||
|
||||
giuliophone-ts = "100.68.68.46";
|
||||
architect-ts = "100.67.205.28";
|
||||
giuliopc-ts = "100.124.78.64";
|
||||
dodino-ts = "100.106.244.35";
|
||||
|
||||
framecca-devices = [ framecca-wg framecca_one-wg framecca_three-wg framecca_four-wg ];
|
||||
|
||||
# groups
|
||||
gdevices = [ giuliophone-ts architect-ts giuliopc-ts dodino-ts ];
|
||||
towan-wg = [ shield-wg parina-wg parina-ipad-wg germano-wg framecca-wg ];
|
||||
towan-wg = [ shield-wg parina-wg parina-ipad-wg germano-wg ] ++ framecca-devices;
|
||||
}
|
||||
|
@ -187,6 +187,24 @@ in
|
||||
allowedIPs = [ framecca-wg ];
|
||||
publicKey = "w0XPu5GcDA2vpNk3KCFRdWNVVQHRtAPApEsK1h3Ovyk=";
|
||||
}
|
||||
|
||||
{
|
||||
allowedIPs = [ framecca_one-wg ];
|
||||
publicKey = "5PnmExv78fU3SS8liUWY/oBCcJ48wzmz/70O0U7K/xs=";
|
||||
}
|
||||
|
||||
{
|
||||
allowedIPs = [ framecca_two-wg ];
|
||||
publicKey = "FbWfh2rL3OYLTDIte+MgctqL/bphn38eqpNy/chc3wM=";
|
||||
}
|
||||
{
|
||||
allowedIPs = [ framecca_three-wg ];
|
||||
publicKey = "Z3LRFs6CO0kUh4J3pf+HcPsWch3hUAwJBG8/b0Kqnxs=";
|
||||
}
|
||||
{
|
||||
allowedIPs = [ framecca_four-wg ];
|
||||
publicKey = "g/Ta12igzxSlCxy7KP865qf+l3+r1LjOo6UXjulmPBc=";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user