From 70ead97dbc57f8d4ea5ceee7e847e4302cb8aa90 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 10 Mar 2025 17:20:14 +0100 Subject: [PATCH] Servenix: Update docker ipv6 config --- ServeNix/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServeNix/configuration.nix b/ServeNix/configuration.nix index 8c663f8..9fe79b5 100644 --- a/ServeNix/configuration.nix +++ b/ServeNix/configuration.nix @@ -145,7 +145,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