Merge pull request #321984 from ryze312/fix_localConf

nixos/zerotierone: fix default value for localConf
This commit is contained in:
Jörg Thalheim 2024-06-25 17:14:23 +02:00 committed by GitHub
commit 12e24e94d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ in
options.services.zerotierone.package = mkPackageOption pkgs "zerotierone" { };
options.services.zerotierone.localConf = mkOption {
default = null;
default = {};
description = ''
Optional configuration to be written to the Zerotier JSON-based local.conf.
If set, the configuration will be symlinked to `/var/lib/zerotier-one/local.conf` at build time.