refactor: moved metrics services into apps
All checks were successful
ci / nix-fmt (push) Successful in 6m2s
All checks were successful
ci / nix-fmt (push) Successful in 6m2s
This commit is contained in:
parent
39cd9c1c5b
commit
cf83523a83
5 changed files with 5 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ in {
|
|||
common = enabled;
|
||||
};
|
||||
services = {
|
||||
metrics = {
|
||||
apps = {
|
||||
ntfy = enabled;
|
||||
uptime-kuma = enabled;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue