config/modules/prowlarr/default.nix

6 lines
103 B
Nix
Raw Normal View History

2022-02-05 21:42:36 +02:00
{ pkgs, config, ... }:
{
services.prowlarr.enable = true;
services.prowlarr.openFirewall = true;
}