nixos/eternal-terminal: add firewall information

(#71917)

Changed files
+6
nixos
modules
services
+6
nixos/modules/services/networking/eternal-terminal.nix
···
type = types.int;
description = ''
The port the server should listen on. Will use the server's default (2022) if not specified.
'';
};
···
};
};
};
};
}
···
type = types.int;
description = ''
The port the server should listen on. Will use the server's default (2022) if not specified.
+
+
Make sure to open this port in the firewall if necessary.
'';
};
···
};
};
};
+
};
+
+
meta = {
+
maintainers = with lib.maintainers; [ pingiun ];
};
}