This commit is contained in:
matthewcroughan
2022-06-25 16:37:18 +01:00
commit 6152bd2ba9
6 changed files with 284 additions and 0 deletions

4
configuration.nix Normal file
View File

@@ -0,0 +1,4 @@
{
networking.firewall.allowedTCPPorts = [ 19999 ];
services.netdata.enable = true;
}