zerotier: Add a default to the allowedIps controller setting

This commit is contained in:
a-kenji
2025-06-13 11:31:23 +02:00
parent 371fe3181e
commit 25a0b15053

View File

@@ -89,6 +89,7 @@
{ {
options.allowedIps = lib.mkOption { options.allowedIps = lib.mkOption {
type = lib.types.listOf lib.types.str; type = lib.types.listOf lib.types.str;
default = [ ];
description = '' description = ''
Extra machines by their zerotier ip that the zerotier controller Extra machines by their zerotier ip that the zerotier controller
should accept. These could be external machines. should accept. These could be external machines.