From 4584d92d057251957ea52287d0bd7a84dbc8fc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 23 Jun 2023 15:42:49 +0200 Subject: [PATCH] feat(graph.r): use correct center --- flake.lock | 6 +++--- systems/makanek/retiolum-map.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index a836238..9be516e 100644 --- a/flake.lock +++ b/flake.lock @@ -424,11 +424,11 @@ ] }, "locked": { - "lastModified": 1677160040, - "narHash": "sha256-UhyZaIZ88vN/7fiBcamfV77eHjQnL8zSVznaqxLgbhs=", + "lastModified": 1687504941, + "narHash": "sha256-wnCRcQn8izEHE8MfBpPkLezxAMIg7SVTq8CZsgkar54=", "owner": "kmein", "repo": "tinc-graph", - "rev": "f705ca35e30ab0daf9cf52000e58931d7c5c42b5", + "rev": "91a3a85beaaec4ec43ea5a41322c3a5a6e04edc4", "type": "github" }, "original": { diff --git a/systems/makanek/retiolum-map.nix b/systems/makanek/retiolum-map.nix index 8e99d4b..bd5a2ed 100644 --- a/systems/makanek/retiolum-map.nix +++ b/systems/makanek/retiolum-map.nix @@ -20,7 +20,7 @@ in { script = '' ${tinc-graph}/bin/tinc-graph --geoip-file ${geo-ip-database-path} --network ${network} \ | ${pkgs.coreutils}/bin/tee network.json \ - | ${tinc-graph}/bin/tinc-statistics > statistics.json + | ${tinc-graph}/bin/tinc-midpoint > midpoint.json cp ${tinc-graph}/static/map.html map.html cp ${tinc-graph}/static/map.html index.html