cluster/services/monitoring: use upstream grafana
This commit is contained in:
parent
1ca195949f
commit
c6f4a639e3
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ cluster, config, depot, lib, pkgs, ... }:
|
{ cluster, config, depot, lib, ... }:
|
||||||
let
|
let
|
||||||
inherit (depot.lib.meta) domain;
|
inherit (depot.lib.meta) domain;
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ in
|
||||||
|
|
||||||
services.grafana = {
|
services.grafana = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = depot.packages.grafana;
|
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
root_url = "https://monitoring.${domain}/";
|
root_url = "https://monitoring.${domain}/";
|
||||||
|
|
Loading…
Reference in a new issue