netadata cloud

This commit is contained in:
death916 2025-05-12 16:05:45 +00:00
parent 5fc090cfce
commit 7b91d0c187
2 changed files with 8 additions and 2 deletions

View file

@ -96,7 +96,11 @@
#networking.firewall.allowedTCPPorts = [19999];
services.netdata = {
package = pkgs.netdata.override { withCloud = true; };
package = pkgs.netdata.override {
withCloud = true;
withMl = false;
};
claimTokenFile = "/var/lib/netdata/cloud.d/token";
enable = true;
config = {
global = {
@ -121,7 +125,8 @@
lvm2
rsync
multipath-tools # kpartx
btop
btop
wget
# Add other common server utilities
];