From 2395748e7a0ab46910c98d62e8297ad51bc628e9 Mon Sep 17 00:00:00 2001 From: June Date: Mon, 28 Apr 2025 20:50:42 +0200 Subject: [PATCH 1/2] esphome: set new v6 address --- config/hosts/esphome/networking.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hosts/esphome/networking.nix b/config/hosts/esphome/networking.nix index 32c38f2..8a84112 100644 --- a/config/hosts/esphome/networking.nix +++ b/config/hosts/esphome/networking.nix @@ -11,14 +11,14 @@ ]; ipv6.addresses = [ { - address = "2a07:c481:1:2::66"; + address = "2a07:c481:1:d0::66"; prefixLength = 64; } ]; }; defaultGateway = "10.31.208.1"; - defaultGateway6 = "2a07:c481:1:2::66"; - nameservers = [ "10.31.208.1" "2a07:c481:1:2::66" ]; + defaultGateway6 = "2a07:c481:1:d0::1"; + nameservers = [ "10.31.208.1" "2a07:c481:1:d0::1" ]; search = [ "z9.ccchh.net" ]; }; From f2a174750777b40dc55803f0f06853b1472ab1ff Mon Sep 17 00:00:00 2001 From: June Date: Mon, 28 Apr 2025 21:46:00 +0200 Subject: [PATCH 2/2] status: set new v6 address --- config/hosts/status/networking.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hosts/status/networking.nix b/config/hosts/status/networking.nix index 0a16795..0bff4b5 100644 --- a/config/hosts/status/networking.nix +++ b/config/hosts/status/networking.nix @@ -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" ]; };