Compare commits

..

No commits in common. "a3455f131c5a4c9cd9853f6913a179cfa0edf9f3" and "5af138568aed48ecdd2e941623522db2e46b73f7" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View File

@ -4,7 +4,6 @@
./firewall-services.nix
../modules/users.nix
../modules/common.nix
../modules/smtp.nix
../modules/grafana.nix
];

View File

@ -38,13 +38,6 @@
targets = [ "37.187.103.8:${toString config.services.prometheus.exporters.node.port}" ];
}];
}
{
job_name = "pve-exporter";
static_configs = [{
targets = [ "192.168.10.112:9221" ];
}];
metrics_path = "/pve" ;
}
{
job_name = "backup";
static_configs = [{