fix: small issues

This commit is contained in:
kity 2025-04-11 20:50:43 +02:00
parent 52ea5b75e8
commit c061c1c33c
2 changed files with 22 additions and 16 deletions

View file

@ -10,11 +10,13 @@
'';
services.prometheus.exporters.sabnzbd = {
enable = true;
servers = [
{ sisyphe = {
enable = true;
servers = [
{
sisyphe = {
}; }
]
};
}
];
};
}