diff --git a/machines/marvin.nix b/machines/marvin.nix index f0c7a39..0c240aa 100644 --- a/machines/marvin.nix +++ b/machines/marvin.nix @@ -53,19 +53,18 @@ in { }; services.skynet.prometheus = { - servers = lib.attrsets.mapAttrsToList (server: server.name) nodes; + servers = lib.attrsets.mapAttrsToList (server: server.name) nodes; - server = { - host = { - ip = ip_pub; - name = name; - }; + server = { + host = { + ip = ip_pub; + name = name; + }; - port = 9001; + port = 9001; }; }; - services.skynet.grafana = { enable = true;