Radarr

From NixOS Wiki
Jump to: navigation, search

Radarr can be installed as a service on NixOS in `configuration.nix`.

A basic setup is given as the following.

services.radarr = {
  enable = true;
  openFirewall = true;
};

openFirewall opens the port 7878 on the host firewall.