1

Compare commits

...

2 Commits

Author SHA1 Message Date
b51eac7c4b ThinkNix: Update ipv6 addr 2025-03-10 16:18:27 +01:00
537207da6d ServeNix: Update ipv6 addr 2025-03-10 16:18:21 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@
ipv6.addresses = [
{
address = "fd00::25";
address = "fd00::19"; # 25 in hex
prefixLength = 120;
}
];
@ -123,7 +123,7 @@
# "127.0.0.1"
# "8.8.8.8"
"192.168.86.26"
"fd00::26"
"fd00::1a" # 26 in hex
];
};

View File

@ -76,7 +76,7 @@
ipv6.addresses = [
{
address = "fd00::26";
address = "fd00::1a"; # 26 in hex
prefixLength = 120;
}
];