updating some stuff, trying to get woodpecker, and grafana alerts off

the ground
This commit is contained in:
Anish Lakhwara
2022-12-10 01:48:26 +10:00
parent 12875ff891
commit e7bfe88dcf
7 changed files with 619 additions and 3 deletions
+3 -1
View File
@@ -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