nixos-config/hosts/nuc/modules/indexing/radarr.nix

8 lines
84 B
Nix
Raw Normal View History

2024-05-17 16:18:39 +02:00
{ ... }:
{
services.radarr = {
enable = true;
openFirewall = true;
};
}