nixosModules zerotier: fix type of dns
All checks were successful
checks-impure / test (pull_request) Successful in 1m38s
checks / test (pull_request) Successful in 2m21s

This commit is contained in:
lassulus 2024-02-05 02:31:10 +01:00
parent ae256b666e
commit a2eb6f219d

View File

@ -215,7 +215,7 @@ in
authorizationEndpoint = ""; authorizationEndpoint = "";
capabilities = [ ]; capabilities = [ ];
clientId = ""; clientId = "";
dns = [ ]; dns = { };
enableBroadcast = true; enableBroadcast = true;
id = cfg.networkId; id = cfg.networkId;
ipAssignmentPools = [ ]; ipAssignmentPools = [ ];