mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
11 lines
219 B
Nix
11 lines
219 B
Nix
_: {
|
|
services.grafana = {
|
|
enable = true;
|
|
settings.server = {
|
|
domain = "mon.kittywit.ch";
|
|
http_port = 2342;
|
|
http_addr = "127.0.0.1";
|
|
root_url = "https://mon.kittywit.ch/";
|
|
};
|
|
};
|
|
}
|