From 2197bfb8b5ef2b084716f60cbca153552123bce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 31 Oct 2020 23:33:49 +0000 Subject: [PATCH] Add i2p --- nixos/common-services.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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;