monitoring: move alloy to nix module

This commit is contained in:
chris 2025-03-14 19:36:54 +01:00
commit fa61e32fca
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
6 changed files with 103 additions and 54 deletions

View file

@ -62,7 +62,7 @@
virtualHosts."loki.noc.eh22.intern" = {
locations."/loki/api/v1/push" = {
proxyPass = "http://loki";
#basicAuthFile = config.sops.secrets."services/loki/basic_auth".path;
basicAuthFile = config.sops.secrets."services/loki/nginx".path;
};
};
};