fix whitelist config location
This commit is contained in:
parent
40d0903093
commit
eaf9820f3f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ let
|
|||
${cfg.properties.extraConfig}
|
||||
'';
|
||||
whitelistJson = pkgs.writeText "whitelist.json" ''
|
||||
${builtins.toJSON cfg.properties.whitelist}
|
||||
${builtins.toJSON cfg.whitelist}
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue