From a254feb6191d9a20ddd6790229bc55e396cec25d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 25 Dec 2025 23:02:49 +0530 Subject: Remove unused services + enable send --- modules/dashboard/links.nix | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'modules/dashboard/links.nix') diff --git a/modules/dashboard/links.nix b/modules/dashboard/links.nix index d096ff9..0232a7f 100644 --- a/modules/dashboard/links.nix +++ b/modules/dashboard/links.nix @@ -66,13 +66,13 @@ in [ # altUrl = "http://${host}:${toString ports.grafana}"; # color = "#f05a28"; # } - # { - # title = "Send"; - # key = "f"; - # url = "http://send.local"; - # altUrl = "http://${host}:${toString ports.send}"; - # color = "#0a84ff"; - # } + { + title = "Send"; + key = "f"; + url = "http://send.local"; + altUrl = "http://${host}:${toString ports.send}"; + color = "#0a84ff"; + } { title = "News RSS"; key = "w"; @@ -80,11 +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"; - } + # { + # title = "Lazy Librarian"; + # key = "b"; + # url = "http://librarian.local"; + # altUrl = "http://${host}:${toString ports.lazylibrarian}"; + # color = "#55a4db"; + # } ] -- cgit v1.3.1