about summary refs log tree commit diff
path: root/pkgs/tools/system/netdata
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2023-10-03 17:23:40 +0300
committerIzorkin <izorkin@elven.pw>2023-10-07 20:55:59 +0300
commit4b3012c59fcf07b5701a597c4dafee97ae99ae72 (patch)
tree44b5419f26a7304d3451cfe700e8c848963eefab /pkgs/tools/system/netdata
parent11e05fb515796718107764a8a4786ed6e118366e (diff)
downloadnixlib-4b3012c59fcf07b5701a597c4dafee97ae99ae72.tar
nixlib-4b3012c59fcf07b5701a597c4dafee97ae99ae72.tar.gz
nixlib-4b3012c59fcf07b5701a597c4dafee97ae99ae72.tar.bz2
nixlib-4b3012c59fcf07b5701a597c4dafee97ae99ae72.tar.lz
nixlib-4b3012c59fcf07b5701a597c4dafee97ae99ae72.tar.xz
nixlib-4b3012c59fcf07b5701a597c4dafee97ae99ae72.tar.zst
nixlib-4b3012c59fcf07b5701a597c4dafee97ae99ae72.zip
netdata: disable cloud support by default, add netdataCloud package
Diffstat (limited to 'pkgs/tools/system/netdata')
-rw-r--r--pkgs/tools/system/netdata/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/netdata/default.nix b/pkgs/tools/system/netdata/default.nix
index eccd6ba8ca76..c76bcc7aa094 100644
--- a/pkgs/tools/system/netdata/default.nix
+++ b/pkgs/tools/system/netdata/default.nix
@@ -8,7 +8,7 @@
 , withDBengine ? true, lz4
 , withIpmi ? (!stdenv.isDarwin), freeipmi
 , withNetfilter ? (!stdenv.isDarwin), libmnl, libnetfilter_acct
-, withCloud ? (!stdenv.isDarwin)
+, withCloud ? false
 , withCloudUi ? false
 , withConnPubSub ? false, google-cloud-cpp, grpc
 , withConnPrometheus ? false, snappy