Merge pull request 'zerotier: Add a default to the allowedIps controller setting' (#3959) from kenji/zerotier: Add a default to the allowedIps controller setting into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3959
This commit is contained in:
kenji
2025-06-16 10:07:11 +00:00

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.