diff --git a/nixos/common-services.nix b/nixos/common-services.nix index a6a87585..f2d08d28 100644 --- a/nixos/common-services.nix +++ b/nixos/common-services.nix @@ -25,6 +25,18 @@ fstrim.enable = true; clipmenu.enable = true; lorri.enable = true; + i2pd = { + enable = true; + bandwidth = 2500; # kb/s + proto.http.enable = true; + proto.httpProxy.enable = true; + addressbook.subscriptions = [ + "http://inr.i2p/export/alive-hosts.txt" + "http://i2p-projekt.i2p/hosts.txt" + "http://stats.i2p/cgi-bin/newhosts.txt" + "http://identiguy.i2p/hosts.txt" + ]; + }; avahi = { enable = true;