mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: fix minor spelling mistakes; import some services
This commit is contained in:
parent
102e83b169
commit
ea5e438098
4 changed files with 4 additions and 2 deletions
|
|
@ -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}" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue