new: add privoxy profile
This commit is contained in:
parent
1d663f258f
commit
f6956682f5
1 changed files with 10 additions and 0 deletions
10
profiles/services/privoxy.nix
Normal file
10
profiles/services/privoxy.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ ... }: {
|
||||||
|
services.privoxy = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
enable-edit-actions = true;
|
||||||
|
forward-socks5 = "/ 127.0.0.1:1337 .";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue