clouvider-fra01: add sonarr/radarr

This commit is contained in:
Luke Granger-Brown 2020-05-31 21:01:56 +01:00
parent 3c28fa6878
commit 0ce1f45b41

View file

@ -135,6 +135,14 @@ in {
web.enable = true;
};
services.sonarr = {
enable = true;
group = "deluge";
};
services.radarr = {
enable = true;
group = "deluge";
};
system.stateVersion = "20.03";
}