From 25a0b150538acaa9fec81ef1822410aafdf32535 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 13 Jun 2025 11:31:23 +0200 Subject: [PATCH] zerotier: Add a default to the allowedIps controller setting --- clanServices/zerotier/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/clanServices/zerotier/default.nix b/clanServices/zerotier/default.nix index 76806fdef..7165ef41a 100644 --- a/clanServices/zerotier/default.nix +++ b/clanServices/zerotier/default.nix @@ -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.