diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-13 11:30:41 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-13 11:30:41 +0100 |
commit | 860f69adb6ef4b277c750b6d57c7693870f57592 (patch) | |
tree | b617b2c2174e2a6295f56988ec9bda261ffed6b6 /node/caribou.nix | |
parent | 22dc7adc4cf097056dd12c787131b625e6eb94d9 (diff) | |
download | nixcfg-860f69adb6ef4b277c750b6d57c7693870f57592.tar.gz nixcfg-860f69adb6ef4b277c750b6d57c7693870f57592.zip |
Configure firewall
Diffstat (limited to 'node/caribou.nix')
-rw-r--r-- | node/caribou.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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" ]; |