Sonarr
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;
}; ```
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;
}; ```