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