Added new option to specify ip and port for other nodes, fixed server.name to go through deployment.hostname

This commit is contained in:
daragh 2024-05-22 01:51:21 +01:00
parent 82305d43ff
commit 9b3e7265dd
No known key found for this signature in database
2 changed files with 9 additions and 8 deletions

View file

@ -53,8 +53,6 @@ in {
};
services.skynet.prometheus = {
servers = lib.attrsets.mapAttrsToList (server: server.name) nodes;
server = {
host = {
ip = ip_pub;