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 = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# TODO: enable prometheus services based on whether they are enabled or not
|
||||
/*
|
||||
sabnzbd = {
|
||||
|
@ -45,6 +46,15 @@
|
|||
php-fpm = {
|
||||
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
|
||||
nextcloud = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue