zerotier: fix eval

This commit is contained in:
Jörg Thalheim
2023-09-26 18:18:42 +02:00
committed by Mic92
parent dd870ae903
commit 0d41bec9ef

View File

@@ -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