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
|
||||
inherit (depot.lib.meta) domain;
|
||||
|
||||
|
@ -25,7 +25,6 @@ in
|
|||
|
||||
services.grafana = {
|
||||
enable = true;
|
||||
package = depot.packages.grafana;
|
||||
settings = {
|
||||
server = {
|
||||
root_url = "https://monitoring.${domain}/";
|
||||
|
|
Loading…
Reference in a new issue