nixos-config/machines/weilite/services/media-download.nix

6 lines
77 B
Nix

{
services.jackett = {
enable = true;
openFirewall = false;
};
}