From 1640f74ea96ff85936fb6f59fae13ed4a0e31857 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 22 Sep 2023 16:23:14 +0200 Subject: [PATCH] epyc: change IPv6 We remove the old legacy tunnel from HE. --- modules/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts.nix b/modules/hosts.nix index 9a5bc26..e979692 100644 --- a/modules/hosts.nix +++ b/modules/hosts.nix @@ -40,7 +40,7 @@ in # usually, for each host there is a hostname.dse.in.tum.de and hostname.r domain networking.newtype.hosts = { epyc = { - ipv6 = "2001:470:ca5e:dee:587c:7a50:f36c:cae8"; + ipv6 = "2001:bc8:38ee:100::500"; }; }; };