From 7c1b55dcfae040ec5ddb73a1aea8a6587dd44bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 11 May 2022 15:51:14 +0200 Subject: [PATCH] retiolum: fix eval --- 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 e390786..ef8df59 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" { - hostName = networking.retiolum.nodename; + hostName = cfg.nodename; }).address; description = '' own ipv6 address