From 537207da6da0200abb9884ca0b5a5febdf8e6a10 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 10 Mar 2025 16:18:21 +0100 Subject: [PATCH] ServeNix: Update ipv6 addr --- ServeNix/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ServeNix/configuration.nix b/ServeNix/configuration.nix index ab18cfa..872a609 100644 --- a/ServeNix/configuration.nix +++ b/ServeNix/configuration.nix @@ -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 ]; };