nixos/britway: Add BGP
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 19m10s

This commit is contained in:
2023-12-19 15:51:16 +00:00
parent eda0cdbe0e
commit 9b05e7cd8d
4 changed files with 225 additions and 3 deletions

View File

@@ -220,8 +220,13 @@ rec {
domain = "lon1.int.${pubDomain}";
pubV4 = "45.76.141.188";
prefixes = {
vultr = {
v6 = "2001:19f0:7402:128b::/64";
};
inherit (colony.prefixes) as211024;
};
# Need to use this IP as the source address for BGP
assignedV6 = "2001:19f0:7402:128b:5400:04ff:feac:6e06";
};
kelder = {