From 1c5efc4e03c00a7490793f6cd36be8b7ed39a148 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 8 Dec 2020 18:43:04 +0100 Subject: [PATCH] Fix ip address --- hosts/dn42-il-gw1/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dn42-il-gw1/configuration.nix b/hosts/dn42-il-gw1/configuration.nix index c293817..a294cc5 100644 --- a/hosts/dn42-il-gw1/configuration.nix +++ b/hosts/dn42-il-gw1/configuration.nix @@ -101,7 +101,7 @@ # margau wg1280 = { ips = [ - "ffde3:4c0d:2836:ff00::21/127" + "fde3:4c0d:2836:ff00::21/127" # peer fde3:4c0d:2836:ff00::20/127 ]; listenPort = 51280;