disable nginx prometheus stuff

This commit is contained in:
xyno (Philipp Hochkamp) 2023-08-28 13:34:35 +02:00
parent 324018e6f9
commit 08557afe58

View file

@ -102,7 +102,7 @@ in
target_label = "unit"; target_label = "unit";
}]; }];
} }
] ++ lib.optionals config.services.nginx.enable [ ] ++ lib.optionals false [
{ {
job_name = "nginx"; job_name = "nginx";
static_configs = [ static_configs = [