mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
wip prometheus configuration
This commit is contained in:
parent
f84f2e3a18
commit
9537fe4376
1 changed files with 10 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue