diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-14 21:36:31 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-15 13:02:23 +0530 |
| commit | 03d52d1317af446c513c0257f8c497fed2bfbad8 (patch) | |
| tree | e0d6065eefdc89d327b7e51490426e538aabfbe4 /modules/dashboard | |
| parent | df13925eb6b6ce2271c288f7559be8835f77a732 (diff) | |
| download | homeserver-nixos-config-03d52d1317af446c513c0257f8c497fed2bfbad8.tar.gz homeserver-nixos-config-03d52d1317af446c513c0257f8c497fed2bfbad8.zip | |
Add send
Diffstat (limited to 'modules/dashboard')
| -rw-r--r-- | modules/dashboard/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/dashboard/default.nix b/modules/dashboard/default.nix index c1de246..c7ad4eb 100644 --- a/modules/dashboard/default.nix +++ b/modules/dashboard/default.nix @@ -69,6 +69,13 @@ in altUrl = "http://${settings.network.host}:${toString ports.grafana}"; color = "#f05a28"; } + { + title = "Send"; + key = "f"; + url = "http://send.local"; + altUrl = "http://${settings.network.host}:${toString ports.send}"; + color = "#AA5CC3"; + } ]; }; } |
