Add i2p
This commit is contained in:
parent
f7a196d9b5
commit
2197bfb8b5
1 changed files with 12 additions and 0 deletions
|
@ -25,6 +25,18 @@
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
clipmenu.enable = true;
|
clipmenu.enable = true;
|
||||||
lorri.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 = {
|
avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue