From 4dfd12cac4b15fa58c678af269e465bee0edb23b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 22 Mar 2026 12:34:22 +0530 Subject: Add kavita for books --- modules/dashboard/links.nix | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'modules/dashboard/links.nix') diff --git a/modules/dashboard/links.nix b/modules/dashboard/links.nix index 0232a7f..df130a4 100644 --- a/modules/dashboard/links.nix +++ b/modules/dashboard/links.nix @@ -59,13 +59,6 @@ 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 = "Send"; key = "f"; @@ -80,11 +73,4 @@ 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