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.nix17
1 files changed, 12 insertions, 5 deletions
diff --git a/modules/dashboard/links.nix b/modules/dashboard/links.nix
index 4ac0337..d2410f3 100644
--- a/modules/dashboard/links.nix
+++ b/modules/dashboard/links.nix
@@ -66,11 +66,18 @@ 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";
+ url = "http://news.local";
+ altUrl = "http://${host}:${toString ports.yarr}";
+ color = "#475569";
}
]