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