nixos/modules/jdownloader/default.nix

9 lines
107 B
Nix

{ ... }:
{
networking = {
firewall.allowedTCPPorts = [
3129 # my.jdownloader.org
];
};
}