Add neo4j database to nekomesh

This commit is contained in:
fi 2025-11-06 19:40:01 +01:00
commit 669438f3d3
3 changed files with 11 additions and 1 deletions

View file

@ -9,7 +9,7 @@
hostName = "metrics-nekomesh";
firewall = {
enable = true;
allowedTCPPorts = [ 80 8443 9091 ];
allowedTCPPorts = [ 80 7474 7687 8443 9091 ];
};
};