retiolum: fix eval
This commit is contained in:
parent
dd6a3dce44
commit
7c1b55dcfa
@ -19,7 +19,7 @@ in {
|
|||||||
networking.retiolum.ipv6 = mkOption {
|
networking.retiolum.ipv6 = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = (genipv6 "retiolum" "external" {
|
default = (genipv6 "retiolum" "external" {
|
||||||
hostName = networking.retiolum.nodename;
|
hostName = cfg.nodename;
|
||||||
}).address;
|
}).address;
|
||||||
description = ''
|
description = ''
|
||||||
own ipv6 address
|
own ipv6 address
|
||||||
|
Loading…
Reference in New Issue
Block a user