clouvider-fra01: add sonarr/radarr
This commit is contained in:
parent
3c28fa6878
commit
0ce1f45b41
1 changed files with 8 additions and 0 deletions
|
@ -135,6 +135,14 @@ in {
|
|||
|
||||
web.enable = true;
|
||||
};
|
||||
services.sonarr = {
|
||||
enable = true;
|
||||
group = "deluge";
|
||||
};
|
||||
services.radarr = {
|
||||
enable = true;
|
||||
group = "deluge";
|
||||
};
|
||||
|
||||
system.stateVersion = "20.03";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue