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: 0f5e19cc2bcc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 294751a4fc38
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Jul 15, 2019

  1. resolvconf service: init

    This is a refactor of how resolvconf is managed on NixOS. We split it
    into a separate service which is enabled internally depending on whether
    we want /etc/resolv.conf to be managed by it. Various services now take
    advantage of those configuration options.
    
    We also now use systemd instead of activation scripts to update
    resolv.conf.
    
    NetworkManager now uses the right option for rc-manager DNS
    automatically, so the configuration option shouldn't be exposed.
    abbradar committed Jul 15, 2019
    Copy the full SHA
    01b90dc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Merge pull request #62955 from abbradar/resolvconf

    resolvconf service: init
    abbradar committed Jul 17, 2019
    Copy the full SHA
    294751a View commit details
    Browse the repository at this point in the history