updating some stuff, trying to get woodpecker, and grafana alerts off
the ground
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }: {
|
||||
{ self, config, pkgs, ... }: {
|
||||
# grafana configuration
|
||||
services.grafana = {
|
||||
enable = true;
|
||||
@@ -7,6 +7,8 @@
|
||||
http_port = 2342;
|
||||
http_addr = "127.0.0.1";
|
||||
};
|
||||
# TODO enable
|
||||
# provision.alerting.rules.path = "${self}/hosts/profiles/monitoring/alert-rules.yaml";
|
||||
};
|
||||
|
||||
# nginx reverse proxy
|
||||
|
||||
Reference in New Issue
Block a user