9 lines
173 B
Nix
9 lines
173 B
Nix
{
|
|
services.privoxy = {
|
|
enable = true;
|
|
settings = {
|
|
forward = [ ".i2p localhost:4444" ".i2p localhost:4445" "/ 35.185.196.38:3128" ];
|
|
};
|
|
};
|
|
}
|