From dd6a3dce44bef16f96545977e0e17a4bc2e85c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 11 May 2022 15:50:19 +0200 Subject: [PATCH] use nodename to compute ipv6 address --- modules/retiolum/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/retiolum/default.nix b/modules/retiolum/default.nix index 0e2895c..e390786 100644 --- a/modules/retiolum/default.nix +++ b/modules/retiolum/default.nix @@ -19,7 +19,7 @@ in { networking.retiolum.ipv6 = mkOption { type = types.str; default = (genipv6 "retiolum" "external" { - inherit (config.networking) hostName; + hostName = networking.retiolum.nodename; }).address; description = '' own ipv6 address