new: add privoxy profile

This commit is contained in:
Infinidoge 2021-10-18 09:04:18 -04:00
parent 1d663f258f
commit f6956682f5

View file

@ -0,0 +1,10 @@
{ ... }: {
services.privoxy = {
enable = true;
settings = {
enable-edit-actions = true;
forward-socks5 = "/ 127.0.0.1:1337 .";
};
};
}