fix: invalid ipv6 format

matrix-server-notice
Lzebulon 2025-09-06 16:59:35 +02:00
parent 92854f658e
commit 4fdefbf51d
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ in
ipv6 = {
addresses = [
{
address = "2a0c:700:2::ff::fe01:${cfg.id}02";
address = "2a0c:700:2::ff:fe01:${cfg.id}02";
prefixLength = 64;
}
];