13 lines
247 B
Nix
13 lines
247 B
Nix
{
|
|
services.grafana = {
|
|
enable = true;
|
|
settings = {
|
|
server = {
|
|
domain = "saga.datarift.nl";
|
|
enforce_domain = true;
|
|
http_addr = "0.0.0.0";
|
|
root_url = "https://saga.datarift.nl";
|
|
};
|
|
};
|
|
};
|
|
}
|