Merge pull request #321984 from ryze312/fix_localConf
nixos/zerotierone: fix default value for localConf
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user