chore: fix minor spelling mistakes; import some services

This commit is contained in:
Ahwx 2025-04-24 11:52:43 +02:00
parent 102e83b169
commit ea5e438098
4 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@
};
scrapeConfigs = [
{
job_name = "${config.networking.hostname}";
job_name = "${config.networking.hostName}";
static_configs = [
{
targets = [ "127.0.0.1:${toString config.services.prometheus.exporters.node.port}" ];