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