[metrics] Adds some TODOs

This commit is contained in:
2025-03-22 11:32:35 -07:00
parent 55557f4fed
commit 415d1e11a9
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ in {
};
};
# TODO: Put this behind some form of authentication
virtualisation.oci-containers.containers.loki = lib.mkContainer {
image = "grafana/loki";
hostName = "loki";

View File

@@ -1,6 +1,7 @@
{ config, ... }:
let inherit (import ./lib.nix config) mkContainer blazestar; in
{
# TODO: Authentication
virtualisation.oci-containers.containers.prometheus = mkContainer {
image = "prom/prometheus";
hostName = "prometheus";