diff options
| author | Max Audron <audron@cocaine.farm> | 2023-10-05 11:44:40 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2023-10-05 11:44:40 +0200 |
| commit | 5e51bae86d94aac0ace303f309befa75e536d286 (patch) | |
| tree | d1a812c055f960c70cb60726786a94034ffd5b3a /modules/bgp | |
| parent | add and update servers (diff) | |
deploy teamspeak and quassel
Diffstat (limited to 'modules/bgp')
| -rw-r--r-- | modules/bgp/default.nix | 14 |
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; + } + ]; } |
