Skip to content

Commit e491cfc

Browse files
committed
grafana: fix
1 parent f82f11d commit e491cfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

system/nixos/monitoring/grafana.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ in
1111
settings = {
1212
analytics.reporting_enabled = false;
1313

14+
# Use the old default for now
15+
security.secret_key = "SW2YcwTIb9zpOOhoPsMm";
16+
1417
server = {
1518
root_url = "https://${fqdn}";
1619
domain = fqdn;

0 commit comments

Comments
 (0)