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";