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
|
|
@ -5,6 +5,7 @@
|
||||||
++ [ (import ./immich.nix) ]
|
++ [ (import ./immich.nix) ]
|
||||||
++ [ (import ./nextcloud.nix) ]
|
++ [ (import ./nextcloud.nix) ]
|
||||||
++ [ (import ./home-assistant.nix) ]
|
++ [ (import ./home-assistant.nix) ]
|
||||||
|
++ [ (import ./monitoring.nix) ]
|
||||||
++ [ (import ./smart-monitoring.nix) ]
|
++ [ (import ./smart-monitoring.nix) ]
|
||||||
++ [ (import ./hd-idle.nix) ];
|
++ [ (import ./hd-idle.nix) ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,5 +18,5 @@
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}:
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
};
|
};
|
||||||
scrapeConfigs = [
|
scrapeConfigs = [
|
||||||
{
|
{
|
||||||
job_name = "${config.networking.hostname}";
|
job_name = "${config.networking.hostName}";
|
||||||
static_configs = [
|
static_configs = [
|
||||||
{
|
{
|
||||||
targets = [ "127.0.0.1:${toString config.services.prometheus.exporters.node.port}" ];
|
targets = [ "127.0.0.1:${toString config.services.prometheus.exporters.node.port}" ];
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
++ [ (import ./sharkey-proxy.nix) ]
|
++ [ (import ./sharkey-proxy.nix) ]
|
||||||
++ [ (import ./librey-proxy.nix) ]
|
++ [ (import ./librey-proxy.nix) ]
|
||||||
++ [ (import ./binternet-proxy.nix) ]
|
++ [ (import ./binternet-proxy.nix) ]
|
||||||
|
++ [ (import ./grafana.nix) ]
|
||||||
++ [ (import ./monitoring.nix) ]
|
++ [ (import ./monitoring.nix) ]
|
||||||
++ [ (import ./docker.nix) ]
|
++ [ (import ./docker.nix) ]
|
||||||
++ [ (import ./gokapi.nix) ]
|
++ [ (import ./gokapi.nix) ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue