This commit is contained in:
death916 2025-05-12 16:40:32 +00:00
parent 53607aad30
commit bfef55e45f

View file

@ -95,18 +95,21 @@
#networking.firewall.allowedTCPPorts = [19999];
#services.netdata = {
services.netdata = {
# enable = true;
#config = {
# global = {
# "memory mode" = "ram";
# "debug log" = "none";
#"access log" = "none";
#"error log" = "syslog";
#};
#};
#};
package = pkgs.netdata.override {
withCloud = true;
};
enable = true;
config = {
global = {
"memory mode" = "ram";
"debug log" = "none";
"access log" = "none";
"error log" = "syslog";
};
};
};
# Sudo access for the wheel group (which death916 is part of)
security.sudo.wheelNeedsPassword = true; # Or false if you prefer passwordless sudo for wheel