Compare commits

...
2 Commits
Author SHA1 Message Date
christoph b51eac7c4b ThinkNix: Update ipv6 addr 2025-03-10 16:18:27 +01:00
christoph 537207da6d ServeNix: Update ipv6 addr 2025-03-10 16:18:21 +01:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -110,7 +110,7 @@
ipv6.addresses = [ ipv6.addresses = [
{ {
address = "fd00::25"; address = "fd00::19"; # 25 in hex
prefixLength = 120; prefixLength = 120;
} }
]; ];
@@ -123,7 +123,7 @@
# "127.0.0.1" # "127.0.0.1"
# "8.8.8.8" # "8.8.8.8"
"192.168.86.26" "192.168.86.26"
"fd00::26" "fd00::1a" # 26 in hex
]; ];
}; };
+1 -1
View File
@@ -76,7 +76,7 @@
ipv6.addresses = [ ipv6.addresses = [
{ {
address = "fd00::26"; address = "fd00::1a"; # 26 in hex
prefixLength = 120; prefixLength = 120;
} }
]; ];