diff options
Diffstat (limited to 'modules/dashboard/default.nix')
| -rw-r--r-- | modules/dashboard/default.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/dashboard/default.nix b/modules/dashboard/default.nix index 9e434c2..42583dd 100644 --- a/modules/dashboard/default.nix +++ b/modules/dashboard/default.nix @@ -47,6 +47,20 @@ in altUrl = "http://${settings.network.host}:${toString ports.syncthing}"; color = "#0891d1"; } + { + title = "Ntfy-sh"; + key = "n"; + url = "http://ntfy.local"; + altUrl = "http://${settings.network.host}:${toString ports.ntfy}"; + color = "#2dc9b5"; + } + { + title = "Grafana"; + key = "g"; + url = "http://grafana.local"; + altUrl = "http://${settings.network.host}:${toString ports.grafana}"; + color = "#f05a28"; + } ]; }; } |
