From 03d52d1317af446c513c0257f8c497fed2bfbad8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jun 2025 21:36:31 +0530 Subject: Add send --- modules/dashboard/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/dashboard/default.nix') diff --git a/modules/dashboard/default.nix b/modules/dashboard/default.nix index c1de246..c7ad4eb 100644 --- a/modules/dashboard/default.nix +++ b/modules/dashboard/default.nix @@ -69,6 +69,13 @@ in altUrl = "http://${settings.network.host}:${toString ports.grafana}"; color = "#f05a28"; } + { + title = "Send"; + key = "f"; + url = "http://send.local"; + altUrl = "http://${settings.network.host}:${toString ports.send}"; + color = "#AA5CC3"; + } ]; }; } -- cgit v1.3.1