diff options
Diffstat (limited to 'modules/dashboard')
| -rw-r--r-- | modules/dashboard/default.nix | 1 | ||||
| -rw-r--r-- | modules/dashboard/links.nix | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/modules/dashboard/default.nix b/modules/dashboard/default.nix index 4dd3ef0..8e141ed 100644 --- a/modules/dashboard/default.nix +++ b/modules/dashboard/default.nix @@ -18,7 +18,6 @@ in openFirewall = true; port = settings.network.ports.dashboard; title = "Bacchus Dashboard"; - # embedLink = settings.grafana.dashboardEmbedLink; links = links; }; } 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"; - # } ] |
