diff --git a/profiles/services/privoxy.nix b/profiles/services/privoxy.nix index 5ca6eef..fbae55d 100644 --- a/profiles/services/privoxy.nix +++ b/profiles/services/privoxy.nix @@ -18,8 +18,5 @@ }; }; - environment.variables = { - HTTP_PROXY = config.services.privoxy.settings.listen-address; - HTTPS_PROXY = config.services.privoxy.settings.listen-address; - }; + networking.proxy.default = config.services.privoxy.settings.listen-address; }