mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
netdata
This commit is contained in:
parent
4155707892
commit
8547761534
1 changed files with 16 additions and 0 deletions
|
|
@ -93,6 +93,22 @@
|
||||||
port = 13378;
|
port = 13378;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#networking.firewall.allowedTCPPorts = [19999];
|
||||||
|
|
||||||
|
services.netdata = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
global = {
|
||||||
|
"memory mode" = "ram";
|
||||||
|
"debug log" = "none";
|
||||||
|
"access log" = "none";
|
||||||
|
"error log" = "syslog";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
services.netdata.package = pkgs.netdata.override {
|
||||||
|
withCloudUi = true;
|
||||||
|
};
|
||||||
# Sudo access for the wheel group (which death916 is part of)
|
# Sudo access for the wheel group (which death916 is part of)
|
||||||
security.sudo.wheelNeedsPassword = true; # Or false if you prefer passwordless sudo for wheel
|
security.sudo.wheelNeedsPassword = true; # Or false if you prefer passwordless sudo for wheel
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue