aboutsummaryrefslogtreecommitdiff
path: root/modules/dashboard/links.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/links.nix')
-rw-r--r--modules/dashboard/links.nix28
1 files changed, 14 insertions, 14 deletions
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";
+ # }
]