aboutsummaryrefslogtreecommitdiff
path: root/modules/dashboard/default.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-14 21:36:31 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-15 13:02:23 +0530
commit03d52d1317af446c513c0257f8c497fed2bfbad8 (patch)
treee0d6065eefdc89d327b7e51490426e538aabfbe4 /modules/dashboard/default.nix
parentdf13925eb6b6ce2271c288f7559be8835f77a732 (diff)
downloadhomeserver-nixos-config-03d52d1317af446c513c0257f8c497fed2bfbad8.tar.gz
homeserver-nixos-config-03d52d1317af446c513c0257f8c497fed2bfbad8.zip
Add send
Diffstat (limited to '')
-rw-r--r--modules/dashboard/default.nix7
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";
+ }
];
};
}