5 lines
99 B
Nix
5 lines
99 B
Nix
{ pkgs, config, ... }:
|
|
{
|
|
services.lidarr.enable = true;
|
|
services.lidarr.openFirewall = true;
|
|
}
|