nixos: Add Netdata

This commit is contained in:
2022-06-12 17:27:11 +01:00
parent f99eb399dc
commit c0ca7888aa
8 changed files with 64 additions and 2 deletions

View File

@@ -72,6 +72,10 @@
};
};
services = {
netdata.enable = true;
};
systemd.network = {
links = {
"10-vms" = {
@@ -112,6 +116,7 @@
server.enable = true;
firewall = {
tcp.allowed = [ 19999 ];
trustedInterfaces = [ "vms" "ctrs" ];
};