Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: cd75006f1abd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e17d4b05a12f
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Dec 16, 2020

  1. nixos/tor: don't do privoxy stuff by default

    It's very surprising that services.tor.client.enable would set
    services.privoxy.enable.  This violates the principle of least
    astonishment, because it's Privoxy that can integrate with Tor, rather
    than the other way around.
    
    So this patch moves the Privoxy Tor integration to the Privoxy module,
    and it also disables it by default.  This change is documented in the
    release notes.
    
    Reported-by: V <v@anomalous.eu>
    alyssais committed Dec 16, 2020
    Copy the full SHA
    e17d4b0 View commit details
    Browse the repository at this point in the history