From efbec18fd452e540177152e65f81f128cd4530a5 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 7 Nov 2025 19:32:41 +0300 Subject: [PATCH] 123 --- configurations/vds.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configurations/vds.nix b/configurations/vds.nix index 00e9800..44ab7e5 100644 --- a/configurations/vds.nix +++ b/configurations/vds.nix @@ -133,6 +133,7 @@ let prefixLength = 64; } ]; + ipv6.routes = [ { address = "2a13:7c00:10:6::1"; prefixLength = 128; } ]; }; defaultGateway6 = { address = "2a13:7c00:10:6::1";