From fb15b2c38750fbfe4826e54c1c64c68ecadf9648 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 10 Mar 2025 16:57:39 +0100 Subject: [PATCH] ThinkNix: Update docker ipv6 config --- ThinkNix/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThinkNix/configuration.nix b/ThinkNix/configuration.nix index ce879b0..ec1dc72 100644 --- a/ThinkNix/configuration.nix +++ b/ThinkNix/configuration.nix @@ -112,7 +112,7 @@ # - Disabling this prevents containers from having internet connection. DNS issue? # ${dockercli} network create -o "com.docker.network.bridge.enable_ip_masquerade"="false" ${network} - ${dockercli} network create --ipv6 --gateway="fd00::5" --subnet="2000::/80" ${network} + ${dockercli} network create --ipv6 --gateway="2000::1" --subnet="2000::/80" ${network} else echo "${network} already exists in docker" fi