diff options
Diffstat (limited to 'modules/dashboard/links.nix')
| -rw-r--r-- | modules/dashboard/links.nix | 21 |
1 files changed, 14 insertions, 7 deletions
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"; + } ] |
