diff --git a/prowlarr.nix b/prowlarr.nix index a5a3d0c..4808905 100644 --- a/prowlarr.nix +++ b/prowlarr.nix @@ -1,6 +1,11 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { - environment.systemPackages = [ + environment.systemPackages = [ pkgs.prowlarr ]; + + services.prowlarr = { + enable = true; + openFirewall = true; + }; } \ No newline at end of file