From 860f69adb6ef4b277c750b6d57c7693870f57592 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 13 Dec 2021 11:30:41 +0100 Subject: Configure firewall --- node/carcajou.nix | 6 ++++++ node/cariacou.nix | 6 ++++++ node/caribou.nix | 6 ++++++ 3 files changed, 18 insertions(+) (limited to 'node') diff --git a/node/carcajou.nix b/node/carcajou.nix index 74109bd..0698663 100644 --- a/node/carcajou.nix +++ b/node/carcajou.nix @@ -17,6 +17,12 @@ prefixLength = 24; } ]; + networking.interfaces.eno1.ipv6.addresses = [ + { + address = "2a01:e0a:c:a720::22"; + prefixLength = 64; + } + ]; networking.wireguard.interfaces.wg0 = { ips = [ "10.42.0.22/16" ]; diff --git a/node/cariacou.nix b/node/cariacou.nix index bb43c22..7b57fe2 100644 --- a/node/cariacou.nix +++ b/node/cariacou.nix @@ -17,6 +17,12 @@ prefixLength = 24; } ]; + networking.interfaces.eno1.ipv6.addresses = [ + { + address = "2a01:e0a:c:a720::21"; + prefixLength = 64; + } + ]; networking.wireguard.interfaces.wg0 = { ips = [ "10.42.0.21/16" ]; diff --git a/node/caribou.nix b/node/caribou.nix index 366251a..77fc35b 100644 --- a/node/caribou.nix +++ b/node/caribou.nix @@ -17,6 +17,12 @@ prefixLength = 24; } ]; + networking.interfaces.eno1.ipv6.addresses = [ + { + address = "2a01:e0a:c:a720::23"; + prefixLength = 64; + } + ]; networking.wireguard.interfaces.wg0 = { ips = [ "10.42.0.23/16" ]; -- cgit v1.2.3