9 lines
104 B
Nix
9 lines
104 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
services.radarr = {
|
||
|
enable = true;
|
||
|
user = "torrent";
|
||
|
group = "torrent";
|
||
|
};
|
||
|
}
|