diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-29 23:03:34 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-29 23:03:36 +0530 |
| commit | c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd (patch) | |
| tree | 317ae1961a78b66270d862795e41ea7364f53d83 /modules/dashboard | |
| parent | 1ea3c72321a83143591bd4e9989da94798c2d71b (diff) | |
| download | homeserver-nixos-config-c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd.tar.gz homeserver-nixos-config-c8406fc2fa09e09ea4d9a010e5aed5d4f54104fd.zip | |
Add yarr (my fork) rss reader + disable send
Diffstat (limited to 'modules/dashboard')
| -rw-r--r-- | modules/dashboard/links.nix | 17 |
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"; } ] |
