zerotier: fix eval
This commit is contained in:
@@ -45,7 +45,7 @@ in
|
|||||||
{
|
{
|
||||||
options.clan.networking.zerotier = {
|
options.clan.networking.zerotier = {
|
||||||
networkId = lib.mkOption {
|
networkId = lib.mkOption {
|
||||||
type = lib.nullOr lib.types.str;
|
type = lib.types.nullOr lib.types.str;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
zerotier networking id
|
zerotier networking id
|
||||||
|
|||||||
Reference in New Issue
Block a user