mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
netdata orac
This commit is contained in:
parent
9e7983537f
commit
0776b9a169
1 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue