mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
11 lines
No EOL
256 B
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";
|
|
};
|
|
};
|
|
} |