mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
even more fixes
This commit is contained in:
parent
dc18cc850f
commit
33fd7ada93
2 changed files with 29 additions and 15 deletions
|
@ -17,17 +17,21 @@
|
|||
systemd = {
|
||||
enable = true;
|
||||
};
|
||||
sabnzbd = {
|
||||
enable = true;
|
||||
# TODO: enable prometheus services based on whether they are enabled or not
|
||||
/*
|
||||
sabnzbd = {
|
||||
enable = true;
|
||||
|
||||
servers = [
|
||||
{
|
||||
"sisyphe" = {
|
||||
baseUrl = "http://nzb.sisyphe.normandy.rougebordeaux.xyz";
|
||||
apiKeyFile = "/run/secrets/sabnbzd_apikey";
|
||||
}
|
||||
];
|
||||
};
|
||||
servers = [
|
||||
{
|
||||
"sisyphe" = {
|
||||
baseUrl = "http://nzb.sisyphe.normandy.rougebordeaux.xyz";
|
||||
apiKeyFile = "/run/secrets/sabnbzd_apikey";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
*/
|
||||
redis = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -41,11 +45,14 @@
|
|||
php-fpm = {
|
||||
enable = true;
|
||||
};
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
url = "https://cloud.rougebordeaux.xyz";
|
||||
tokenFile = "/run/secrets/nextcloudTokenFile";
|
||||
};
|
||||
/*
|
||||
TODO: need to fix secrets before
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
url = "https://cloud.rougebordeaux.xyz";
|
||||
tokenFile = "/run/secrets/nextcloudTokenFile";
|
||||
};
|
||||
*/
|
||||
};
|
||||
scrapeConfigs = [
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue