diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-10 12:22:55 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-10 12:22:55 +0530 |
| commit | f5d51dba7341eadf04749f6a9703f83a5cde4390 (patch) | |
| tree | 6c6315a6b7bc7fe324c2c270e1fc31d4037f2a11 /modules/dashboard/links.nix | |
| parent | 2512c45176739a5776569ce84f1c6ecd3e46c93a (diff) | |
| download | homeserver-nixos-config-f5d51dba7341eadf04749f6a9703f83a5cde4390.tar.gz homeserver-nixos-config-f5d51dba7341eadf04749f6a9703f83a5cde4390.zip | |
Update + add books module disabled
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"; + } ] |
