11 lines
97 B
Nix
11 lines
97 B
Nix
|
{
|
||
|
config,
|
||
|
pkgs,
|
||
|
...
|
||
|
}: {
|
||
|
#uses port 8989
|
||
|
services.radarr = {
|
||
|
enable = true;
|
||
|
};
|
||
|
}
|