mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
fix: small issues
This commit is contained in:
parent
52ea5b75e8
commit
c061c1c33c
2 changed files with 22 additions and 16 deletions
|
@ -10,11 +10,13 @@
|
|||
'';
|
||||
|
||||
services.prometheus.exporters.sabnzbd = {
|
||||
enable = true;
|
||||
servers = [
|
||||
{ sisyphe = {
|
||||
enable = true;
|
||||
servers = [
|
||||
{
|
||||
sisyphe = {
|
||||
|
||||
}; }
|
||||
]
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue