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