semicolon

This commit is contained in:
death916 2025-05-12 16:28:36 +00:00
parent 2b42810bd6
commit 9a2d16de20

View file

@ -96,10 +96,6 @@
#networking.firewall.allowedTCPPorts = [19999];
services.netdataCloud = {
package = pkgs.netdata.override {
withCloud = true;
};
claimTokenFile = "/var/lib/netdata/cloud.d/token";
enable = true;
config = {
@ -109,10 +105,6 @@
"access log" = "none";
"error log" = "syslog";
};
ml = {
# enable machine learning
"enabled" = "no";
};
};
};