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