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