From f5d51dba7341eadf04749f6a9703f83a5cde4390 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 10 Nov 2025 12:22:55 +0530 Subject: Update + add books module disabled --- modules/dashboard/links.nix | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'modules/dashboard/links.nix') diff --git a/modules/dashboard/links.nix b/modules/dashboard/links.nix index d2410f3..d096ff9 100644 --- a/modules/dashboard/links.nix +++ b/modules/dashboard/links.nix @@ -59,13 +59,13 @@ in [ altUrl = "http://${host}:${toString ports.ntfy}"; color = "#2dc9b5"; } - { - title = "Grafana"; - key = "g"; - url = "http://grafana.local"; - altUrl = "http://${host}:${toString ports.grafana}"; - color = "#f05a28"; - } + # { + # title = "Grafana"; + # key = "g"; + # url = "http://grafana.local"; + # altUrl = "http://${host}:${toString ports.grafana}"; + # color = "#f05a28"; + # } # { # title = "Send"; # key = "f"; @@ -80,4 +80,11 @@ in [ altUrl = "http://${host}:${toString ports.yarr}"; color = "#475569"; } + { + title = "Lazy Librarian"; + key = "b"; + url = "http://librarian.local"; + altUrl = "http://${host}:${toString ports.lazylibrarian}"; + color = "#55a4db"; + } ] -- cgit v1.3.1