http://4blcq4arxhbkc77tfrtmy4pptf55gjbhlj32rbfyskl672v2plsmjcyd.onion/cgit/paltepuk.git/tree/modules/i2pd.nix
If not, see <https://www.gnu.org/licenses/>. # Installs and configures an I2P node for accessing the services via I2P. # NOTE: Make sure to set services.i2pd.bandwidth. { lib , ports , pkgs-unstable , pkgs , extraPorts , auth , config , ... }: let inherit ( lib ) mkForce ; inherit ( builtins ) toString ; inherit ( pkgs ) writeShellApplication writeText ; i2pdDirectory = "/var/lib/i2pd" ; in { # Allows conenctions from peers networking . firewall = with extraPorts ; {...