nix-infra/config/hosts/torrent/radarr.nix

9 lines
104 B
Nix
Raw Permalink Normal View History

{ ... }:
{
services.radarr = {
enable = true;
user = "torrent";
group = "torrent";
};
}