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:
@@ -89,6 +89,7 @@
|
||||
{
|
||||
options.allowedIps = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.str;
|
||||
default = [ ];
|
||||
description = ''
|
||||
Extra machines by their zerotier ip that the zerotier controller
|
||||
should accept. These could be external machines.
|
||||
|
||||
Reference in New Issue
Block a user