Added ombi, radarr, and sonarr

This commit is contained in:
Lillian Violet 2024-01-03 22:51:17 +01:00
parent 78ec78a293
commit 20cffb2a4a
3 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
config,
pkgs,
...
}: {
#uses port 8989
services.radarr = {
enable = true;
};
}