From 0787da719ecec2713a3f1ca6202dbf7c80c35ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 20 Dec 2021 15:10:19 +0100 Subject: [PATCH] fix(retiolum-map): also update index.html --- configs/retiolum-map.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/retiolum-map.nix b/configs/retiolum-map.nix index f3cf339..be7d0cf 100644 --- a/configs/retiolum-map.nix +++ b/configs/retiolum-map.nix @@ -25,6 +25,7 @@ in | ${tinc-graph}/bin/tinc-statistics > statistics.json cp ${tinc-graph}/static/map.html map.html + cp ${tinc-graph}/static/map.html index.html cp ${tinc-graph}/static/graph.html graph.html ''; startAt = "hourly";