Sonarr

From NixOS Wiki
Revision as of 21:01, 3 November 2021 by imported>Makefu (cleanup formatting)

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.