l privoxy: RIP polipo

This commit is contained in:
lassulus 2018-03-18 17:36:46 +01:00
parent e5f3827fc8
commit 84adc28a3b

View File

@ -3,10 +3,5 @@
{ {
services.privoxy = { services.privoxy = {
enable = true; enable = true;
extraConfig = ''
#use polipo
forward / localhost:8123
'';
}; };
services.polipo.enable = true;
} }