Skip to content

Commit

Permalink
Merge pull request #283 from barrucadu/dashboards
Browse files Browse the repository at this point in the history
Tweak grafana dashboards
  • Loading branch information
barrucadu authored May 14, 2024
2 parents 642a02c + c447447 commit 83f8111
Show file tree
Hide file tree
Showing 8 changed files with 445 additions and 289 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hosts/carcosa/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ in
# Metrics
services.grafana.settings = {
server.root_url = "https://grafana.carcosa.barrucadu.co.uk";
security.admin_password = "$__file{${config.sops.secrets."services/grafana/admin_password".path}";
security.admin_password = "$__file{${config.sops.secrets."services/grafana/admin_password".path}}";
security.secret_key = "$__file{${config.sops.secrets."services/grafana/secret_key".path}}";
};
sops.secrets."services/grafana/admin_password".owner = config.users.users.grafana.name;
Expand Down
Loading

0 comments on commit 83f8111

Please sign in to comment.