netdataCloud: enable cloud support for darwin.

This commit is contained in:
Rohit Singh
2024-09-27 14:09:21 +05:30
parent c153756ce9
commit b5e0d4b336
+1 -1
View File
@@ -9552,7 +9552,7 @@ with pkgs;
protobuf = protobuf_21;
};
netdataCloud = netdata.override {
withCloud = !stdenv.hostPlatform.isDarwin;
withCloud = true;
withCloudUi = true;
};