diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-13 22:01:46 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-13 22:01:46 +0530 |
| commit | bbf5ca376326363aeef437c885d98c5c3c54176e (patch) | |
| tree | e3bf0c48f3e25ea717699180aa17eed04ddff9a7 /modules/dashboard/default.nix | |
| parent | f5949df9e5e39140fcc66589eada13738d2cf730 (diff) | |
| download | homeserver-nixos-config-bbf5ca376326363aeef437c885d98c5c3c54176e.tar.gz homeserver-nixos-config-bbf5ca376326363aeef437c885d98c5c3c54176e.zip | |
Move dashboard link to settings
Diffstat (limited to 'modules/dashboard/default.nix')
| -rw-r--r-- | modules/dashboard/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dashboard/default.nix b/modules/dashboard/default.nix index 42583dd..d5ee353 100644 --- a/modules/dashboard/default.nix +++ b/modules/dashboard/default.nix @@ -11,6 +11,7 @@ in openFirewall = true; port = ports.dashboard; title = "Bacchus Dashboard"; + embedLink = settings.grafana.dashboardEmbedLink; links = [ { title = "Jellyfin"; |
