infrastructure/hosts/kinda.sus.lol/services/sonarr.nix

6 lines
73 B
Nix
Raw Normal View History

2023-04-12 12:47:22 +00:00
{
services.sonarr = {
enable = true;
group = "jellyfin";
};
}