aboutsummaryrefslogtreecommitdiff
path: root/modules/bgp/default.nix
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2023-10-05 11:44:40 +0200
committerMax Audron <audron@cocaine.farm>2023-10-05 11:44:40 +0200
commit5e51bae86d94aac0ace303f309befa75e536d286 (patch)
treed1a812c055f960c70cb60726786a94034ffd5b3a /modules/bgp/default.nix
parentadd and update servers (diff)
deploy teamspeak and quassel
Diffstat (limited to 'modules/bgp/default.nix')
-rw-r--r--modules/bgp/default.nix14
1 files changed, 10 insertions, 4 deletions
diff --git a/modules/bgp/default.nix b/modules/bgp/default.nix
index 79187da..712f003 100644
--- a/modules/bgp/default.nix
+++ b/modules/bgp/default.nix
@@ -12,8 +12,14 @@
}
];
- networking.interfaces.eth0.ipv6.addresses = [{
- address = "2a0f:9400:8020::";
- prefixLength = 48;
- }];
+ networking.interfaces.eth0.ipv6.addresses = [
+ {
+ address = "2a0f:9400:8020::200";
+ prefixLength = 128;
+ }
+ {
+ address = "2a0f:9400:8020::100";
+ prefixLength = 128;
+ }
+ ];
}