use nodename to compute ipv6 address
This commit is contained in:
parent
7ddfb51df4
commit
dd6a3dce44
@ -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" {
|
||||||
inherit (config.networking) hostName;
|
hostName = networking.retiolum.nodename;
|
||||||
}).address;
|
}).address;
|
||||||
description = ''
|
description = ''
|
||||||
own ipv6 address
|
own ipv6 address
|
||||||
|
Loading…
Reference in New Issue
Block a user