1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-03-01 04:40:56 +01:00
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;
};
}