zerotier: Add a default to the allowedIps controller setting
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user