wip prometheus configuration

This commit is contained in:
kity 2025-08-07 12:26:32 +02:00
parent f84f2e3a18
commit 9537fe4376

View file

@ -17,6 +17,7 @@
systemd = { systemd = {
enable = true; enable = true;
}; };
# TODO: enable prometheus services based on whether they are enabled or not # TODO: enable prometheus services based on whether they are enabled or not
/* /*
sabnzbd = { sabnzbd = {
@ -45,6 +46,15 @@
php-fpm = { php-fpm = {
enable = true; enable = true;
}; };
exportarr-radarr = {
enable = true;
apiKeyFile = "/run/secrets/radarr";
};
exportarr-sonarr.enable = true;
exportarr-prowlarr.enable = true;
exportarr-bazarr.enable = true;
ping.enable = true;
domain.enable = true;
/* /*
TODO: need to fix secrets before TODO: need to fix secrets before
nextcloud = { nextcloud = {