aboutsummaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-12-25 23:02:49 +0530
committerAkshay Nair <phenax5@gmail.com>2025-12-25 23:02:49 +0530
commita254feb6191d9a20ddd6790229bc55e396cec25d (patch)
tree6debd1050ea029aeb05f009706499a7c57defe7c /modules/dashboard
parent0ff25a315c87a30963ee6be4799d0f30fe911f7f (diff)
downloadhomeserver-nixos-config-a254feb6191d9a20ddd6790229bc55e396cec25d.tar.gz
homeserver-nixos-config-a254feb6191d9a20ddd6790229bc55e396cec25d.zip
Remove unused services + enable send
Diffstat (limited to '')
-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";
+ # }
]