Sonarr

From NixOS Wiki
Jump to: navigation, search

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

A basic setup is given as the following.

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

openFirewall opens the port 8989 on the host firewall.