mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
netdata orac
This commit is contained in:
parent
c4efec156a
commit
0dce8f1ec8
1 changed files with 11 additions and 6 deletions
|
|
@ -52,12 +52,17 @@
|
|||
services.netdata = {
|
||||
enable = true;
|
||||
user = "root";
|
||||
config.global = {
|
||||
"bind to" = "*";
|
||||
"memory mode" = "ram";
|
||||
"debug log" = "none";
|
||||
"access log" = "none";
|
||||
"error log" = "syslog";
|
||||
config = {
|
||||
global = {
|
||||
"memory mode" = "ram";
|
||||
"debug log" = "none";
|
||||
"access log" = "none";
|
||||
"error log" = "syslog";
|
||||
};
|
||||
web = {
|
||||
"bind to" = "*";
|
||||
"allow connections from" = "*";
|
||||
};
|
||||
};
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 19999 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue