Skip to content

Commit

Permalink
Enable public Grafana dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Oct 6, 2023
1 parent a6faded commit b53c5e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file modified secrets/terraform.tfstate
Binary file not shown.
Binary file modified secrets/terraform.tfstate.backup
Binary file not shown.
3 changes: 3 additions & 0 deletions servers/cirno/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ in
cookie_samesite = "strict";
angular_support_enabled = false;
};
feature_toggles = {
publicDashboards = true;
};
};
};

Expand Down

0 comments on commit b53c5e9

Please sign in to comment.