4 lines
98 B
Nix
4 lines
98 B
Nix
{ ... }: {
|
|
services.netdata.enable = true;
|
|
networking.firewall.allowedTCPPorts = [ 19999 ];
|
|
}
|