nixos/modules/gitea/default.nix

7 lines
76 B
Nix

{ ... }:
{
networking = {
firewall.allowedTCPPorts = [ 2222 ];
};
}