mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-26 02:26:33 +00:00
Fix
This commit is contained in:
parent
3ca55578ac
commit
6b433f3928
|
@ -54,7 +54,7 @@ in
|
|||
};
|
||||
cloudflare = {
|
||||
apiKey = (
|
||||
if (jsonData ? "cloudflare" && jsonData.cloudflare ? "apiKey"))
|
||||
if (jsonData ? "cloudflare" && jsonData.cloudflare ? "apiKey")
|
||||
then jsonData.cloudflare.apiKey
|
||||
else null
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue