Don't use privoxy for now

This is due to the error of using `types.string`
This commit is contained in:
traxys 2023-08-17 13:13:34 +02:00
parent 351cdc3afd
commit 8534913b44
2 changed files with 4 additions and 4 deletions

View file

@ -59,9 +59,9 @@
};
systemd.services.roaming_proxy.enable = true;
services.privoxy.settings = {
forward-socks5 = "/ localhost:9080 .";
};
# services.privoxy.settings = {
# forward-socks5 = "/ localhost:9080 .";
# };
security.sudo.extraConfig = ''Defaults env_keep += "*_proxy *_PROXY"'';
networking.proxy = {

View file

@ -5,7 +5,7 @@
}: {
environment.systemPackages = [config.boot.kernelPackages.perf pkgs.virt-manager];
services.privoxy.enable = true;
# services.privoxy.enable = true;
services.fwupd.enable = true;
services.openssh.enable = true;