infrastructure/modules/nixos/monitoring/ingest/grafana.nix

11 lines
No EOL
256 B
Nix

_: {
services.grafana = {
#enable = true;
settings.server = {
domain = "gensokyo.zone";
http_port = 9092;
http_addr = "0.0.0.0";
root_url = "https://mon.gensokyo.zone";
};
};
}