thinkpad-nixos: Add privoxy for ssh tunnel as needed

This commit is contained in:
traxys 2023-01-02 10:50:50 +01:00
parent c45da92cde
commit f2ec3e9890

View file

@ -51,6 +51,10 @@
};
systemd.services.roaming_proxy.enable = true;
services.privoxy.settings = {
forward-socks5 = "/ localhost:9080 .";
};
security.sudo.extraConfig = ''Defaults env_keep += "*_proxy *_PROXY"'';
networking.proxy = {
httpProxy = "http://localhost:8100";