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

@ -5,6 +5,7 @@
++ [ (import ./immich.nix) ]
++ [ (import ./nextcloud.nix) ]
++ [ (import ./home-assistant.nix) ]
++ [ (import ./monitoring.nix) ]
++ [ (import ./smart-monitoring.nix) ]
++ [ (import ./hd-idle.nix) ];
}

View file

@ -18,5 +18,5 @@
proxyWebsockets = true;
};
};
}:
};
}

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}" ];

View file

@ -7,6 +7,7 @@
++ [ (import ./sharkey-proxy.nix) ]
++ [ (import ./librey-proxy.nix) ]
++ [ (import ./binternet-proxy.nix) ]
++ [ (import ./grafana.nix) ]
++ [ (import ./monitoring.nix) ]
++ [ (import ./docker.nix) ]
++ [ (import ./gokapi.nix) ]