Skip to content

Commit

Permalink
grafana: fix port numbers in internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
gshipunov committed Jan 3, 2025
1 parent f9fbd30 commit 0761b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/notice-me-senpai/grafana.nix
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ in
enable = true;
settings.server = {
domain = grafana_host;
root_url = "https://${grafana_host}/";
protocol = "http";
http_addr = "127.0.0.1";
http_port = 2342;
};
Expand Down

0 comments on commit 0761b36

Please sign in to comment.