diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-03-22 12:34:22 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-03-22 12:34:22 +0530 |
| commit | 4dfd12cac4b15fa58c678af269e465bee0edb23b (patch) | |
| tree | c079ac82768691760e20205c2cafe5a171ed2150 /modules/dashboard/links.nix | |
| parent | cef61e5b571bdba43d8b81c253be505c897f4c4b (diff) | |
| download | homeserver-nixos-config-4dfd12cac4b15fa58c678af269e465bee0edb23b.tar.gz homeserver-nixos-config-4dfd12cac4b15fa58c678af269e465bee0edb23b.zip | |
Add kavita for books
Diffstat (limited to 'modules/dashboard/links.nix')
| -rw-r--r-- | modules/dashboard/links.nix | 14 |
1 files changed, 0 insertions, 14 deletions
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"; - # } ] |
