refactor: moved metrics services into apps
All checks were successful
ci / nix-fmt (push) Successful in 6m2s

This commit is contained in:
Ceferino Patino 2025-12-07 18:07:12 -06:00
commit cf83523a83
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI
5 changed files with 5 additions and 8 deletions

View file

@ -18,7 +18,7 @@ in {
common = enabled;
};
services = {
metrics = {
apps = {
ntfy = enabled;
uptime-kuma = enabled;
};

View file

@ -22,6 +22,7 @@ in {
apps = {
forgejo = enabled;
glance = enabled;
grafana = enabled;
rustypaste = enabled;
vaultwarden = enabled;
};
@ -51,10 +52,6 @@ in {
};
};
metrics = {
grafana = enabled;
};
networking = {
httpd = enabled;
};