Updated nix flake and ported over existing config

This commit is contained in:
Random936
2026-09-07 12:55:48 -04:00
parent c618246ac9
commit 3917792670
6 changed files with 23 additions and 20 deletions
+3
View File
@@ -25,6 +25,9 @@
http_port = 3000;
domain = "grafana.randomctf.lan";
};
# Legacy default secret key, kept so existing datasource secrets
# in the database remain decryptable.
settings.security.secret_key = "SW2YcwTIb9zpOOhoPsMm";
};
services.nginx = {