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: a26c51116d68
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f122f0147bb0
Choose a head ref
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    83052ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9325c3a View commit details
    Browse the repository at this point in the history
  3. nixos/dnscrypt-proxy: replace unimportant options with extraArgs

    Removes tcpOnly and ephemeralKeys: reifying them as nixos
    options adds little beyond improved discoverability.  Until
    17.09 we'll automatically translate these options into extraArgs
    for convenience.
    
    Unless reifying an option is necessary for conditional
    computation or greatly simplifies configuration/reduces risk of
    misconfiguration, it should go into extraArgs instead.
    joachifm committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    719813c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5407405 View commit details
    Browse the repository at this point in the history
  5. nixos/dnscrypt-proxy: remove the resolverList option

    This option was initially added to make it easier to use an
    up-to-date list, but now that we always use an up-to-date list
    from upstream, there's no point to the option.
    
    From now on, you can either use a resolver listed by dnscrypt
    upstream or a custom resolver.
    joachifm committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    472002f View commit details
    Browse the repository at this point in the history
  6. nixos/dnscrypt-proxy: get resolver list from github

    The list has disappeared from its ordinary location at
    download.dnscrypt.org.
    joachifm committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    de15e78 View commit details
    Browse the repository at this point in the history
  7. nixos/dnscrypt-proxy: log resolver list verification failure

    Otherwise, the service unit just fails for no discernable
    reason.  Verifcation failure is bad so it ought to be easily
    discoverable.
    joachifm committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    f122f01 View commit details
    Browse the repository at this point in the history