etheroute-lon01: reinstall, reconfig bgp.tools session
This commit is contained in:
parent
13da32182d
commit
bc6832b6ca
2 changed files with 5 additions and 5 deletions
|
@ -224,8 +224,8 @@ in {
|
|||
export_community = 5000;
|
||||
is_route_collector = true;
|
||||
routers = [{
|
||||
v4 = "185.230.223.39";
|
||||
v6 = "2a0c:2f07:9459::b3";
|
||||
v4 = "185.230.223.48";
|
||||
v6 = "2a0c:2f07:9459::b6";
|
||||
multihop = 64;
|
||||
}];
|
||||
prefix_limit.v4 = 0;
|
||||
|
@ -406,5 +406,5 @@ in {
|
|||
};
|
||||
users.groups.acme = {};
|
||||
|
||||
system.stateVersion = "20.09";
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
|
|
@ -13,8 +13,8 @@ in {
|
|||
isoImage.isoName = lib.mkForce "nixos-${depot.version}-${pkgs.stdenv.hostPlatform.system}.iso";
|
||||
|
||||
isoImage.storeContents = [
|
||||
depot.ops.nixos.systems.bvm-logger
|
||||
depot.ops.nixos.systems.etheroute-lon01
|
||||
];
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
system.stateVersion = "22.05";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue