netdata orac

This commit is contained in:
death916 2026-01-15 02:40:05 -08:00
parent 9e7983537f
commit 0776b9a169

View file

@ -49,8 +49,16 @@
# SMTP_FROM_NAME = "example.com Bitwarden server";
};
};
services.netdata.enable = true;
services.netdata = {
enable = true;
config.global = {
"memory mode" = "ram";
"debug log" = "none";
"access log" = "none";
"error log" = "syslog";
};
};
networking.firewall.allowedTCPPorts = [ 19999 ];
environment.systemPackages = with pkgs; [
git
vim