From ecfde9f56a69de2dbd8efd7ced5ab16eee61d8c5 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Fri, 20 Jan 2023 11:40:38 +0100 Subject: [PATCH] Update ildkule IPv6-address --- hosts/ildkule/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ildkule/configuration.nix b/hosts/ildkule/configuration.nix index 77037cb..5d63f5a 100644 --- a/hosts/ildkule/configuration.nix +++ b/hosts/ildkule/configuration.nix @@ -33,7 +33,7 @@ networking.interfaces.ens18.ipv6 = { addresses = [ { - address = "2001:700:300:1900::187"; + address = "2001:700:300:1900::1:187"; prefixLength = 64; } ];