status: set new v6 address

This commit is contained in:
June 2025-04-28 21:46:00 +02:00
commit f2a1747507
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -11,14 +11,14 @@
];
ipv6.addresses = [
{
address = "2a07:c481:1:1::a";
address = "2a07:c481:1:ce::a";
prefixLength = 64;
}
];
};
defaultGateway = "10.31.206.1";
defaultGateway6 = "2a07:c481:1:1::1";
nameservers = [ "10.31.206.1" "2a07:c481:1:1::1" ];
defaultGateway6 = "2a07:c481:1:ce::1";
nameservers = [ "10.31.206.1" "2a07:c481:1:ce::1" ];
search = [ "z9.ccchh.net" ];
};