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

9 lines
104 B
Nix
Raw Normal View History

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