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: da089d7d401f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0b754fbe542a
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 24, 2019

  1. networking.useDHCP: disallow for networkd

    This setting will be removed with the switch to systemd-networkd. The
    use of per interface config is encouraged instead.
    globin committed Sep 24, 2019
    Copy the full SHA
    c26c624 View commit details
    Browse the repository at this point in the history
  2. 2
    Copy the full SHA
    e862dd6 View commit details
    Browse the repository at this point in the history
  3. nixos-generate-config: add useDHCP per interface

    This sets networking.useDHCP to false and for all interfaces found the
    per-interface useDHCP to true. This replicates the current default
    behaviour and prepares for the switch to networkd.
    globin committed Sep 24, 2019
    1
    Copy the full SHA
    5ee383e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Copy the full SHA
    68b42a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Merge pull request #69302 from mayflower/networkd-disallow-dhcp

    networkd: disallow useDHCP
    lheckemann committed Oct 7, 2019
    Copy the full SHA
    0b754fb View commit details
    Browse the repository at this point in the history