nixos/chatterbox: Add Netdata

This commit is contained in:
2022-06-13 01:12:01 +01:00
parent 58d833c599
commit 6958e86c94
2 changed files with 4 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
};
firewall = {
tcp.allowed = [ 8008 ];
tcp.allowed = [ 19999 8008 ];
};
};
@@ -45,6 +45,7 @@
};
services = {
netdata.enable = true;
matrix-synapse = {
enable = true;
withJemalloc = true;