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

6 lines
73 B
Nix

{
services.radarr = {
enable = true;
group = "jellyfin";
};
}