service/fritzbox: init

This commit is contained in:
Felix Buehler 2024-11-07 22:58:22 +01:00
parent d23f5a0e40
commit 8827ca309e
6 changed files with 89 additions and 2 deletions

View file

@ -165,5 +165,12 @@ lib.makeScope pkgs.newScope (
(_: {
src = ./blackbox.json; # sadly only imported dashboards work
});
fritzbox = buildGrafanaDashboard {
id = 17751;
pname = "fritzbox";
version = "1";
hash = "sha256-foc00LtcBTXOzvwyddJO0QJkCP82bUXa5iMuQmHqKcg=";
};
}
)