Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
488969abd7
|
|||
|
4cd14c0838
|
|||
|
7544f6d121
|
@@ -82,10 +82,13 @@ with pkgs;
|
||||
# Grafana configuration
|
||||
services.grafana = {
|
||||
enable = true;
|
||||
settings.server = {
|
||||
domain = "grafana.psydnd.org";
|
||||
http_port = 9009;
|
||||
http_addr = "127.0.0.1";
|
||||
settings = {
|
||||
server = {
|
||||
domain = "grafana.psydnd.org";
|
||||
http_port = 9009;
|
||||
http_addr = "127.0.0.1";
|
||||
};
|
||||
security.secret_key = config.age.secrets.grafana.path;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user