From e8fcdaa8a53ab7e0eaf7b911f4d9182344067b9d Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 24 Dec 2025 10:52:02 +0300 Subject: [PATCH] 123 --- configurations/vds.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configurations/vds.nix b/configurations/vds.nix index a629d1a..787c17d 100644 --- a/configurations/vds.nix +++ b/configurations/vds.nix @@ -146,7 +146,7 @@ let # ]; ipv6.addresses = [ { - address = "2a13:7c00:10:6:f816:3eff:fe36:fe1b"; + address = "2a13:7c00:6:15:f816:3eff:fe4f:d35a"; prefixLength = 64; } ]; @@ -156,7 +156,7 @@ let # interface = "ens3"; # }; defaultGateway6 = { - address = "2a13:7c00:10:6::1"; + address = "2a13:7c00:6:15::1"; interface = "ens3"; }; };