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: b9935c7c5d46
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e9bbe85605e7
Choose a head ref
  • 12 commits
  • 12 files changed
  • 8 contributors

Commits on Sep 27, 2017

  1. Revert "kbd service: use /dev/tty1 for systemd-vconsole-setup"

    This reverts commit 0c81594.
    
    It's no longer needed since systemd-vconsole-setup enumerates all ttys
    until it finds a suitable one since systemd v234.
    
    (cherry picked from commit 4a24420)
    groxxda authored and fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    48465ae View commit details
    Browse the repository at this point in the history
  2. wpa_supplicant service: restart instead of stop & start

    We now wait for dhcpcd to acquire a lease but dhcpcd is restarted on
    system activation. As wpa_supplicant is stopped while dhcpcd is
    restarting a significant delay is introduced on systems with wireless
    network connections only. This changes the wpa_supplicant service to
    also be restarted together with dhcpcd in case both services were
    changed.
    
    (cherry picked from commit 725dee2)
    fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    2ae16ef View commit details
    Browse the repository at this point in the history
  3. kbd service: systemd-vconsole-setup is triggered by udev

    cc #22470
    
    (cherry picked from commit 0ee866e)
    fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    f76d2aa View commit details
    Browse the repository at this point in the history
  4. nixos/release-notes: notable changes to the dnscrypt-proxy service

    (cherry picked from commit a06f839)
    joachifm authored and fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    46c4c62 View commit details
    Browse the repository at this point in the history
  5. nixos/nvidia: populating /dev with nvidia devices at boot

    (cherry picked from commit 4f91397)
    roastiek authored and fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    9e280b0 View commit details
    Browse the repository at this point in the history
  6. nixos/gdm,nvidia: new options to enable GDM on Wayland and disabling …

    …it for nvidia drivers.
    
    (cherry picked from commit 4ef8233)
    roastiek authored and fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    4500e11 View commit details
    Browse the repository at this point in the history
  7. nixos/xserver,gdm: let GDM handle X server verbosity.

    (cherry picked from commit 0cad98d)
    roastiek authored and fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    33494a7 View commit details
    Browse the repository at this point in the history
  8. lftp: 4.8.0 -> 4.8.2

    (cherry picked from commit ae259ff)
    sigma authored and fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    bf87b80 View commit details
    Browse the repository at this point in the history
  9. dgraph: 0.8.1 -> 0.8.2

    (cherry picked from commit d02fac3)
    sigma authored and fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    31bc7c0 View commit details
    Browse the repository at this point in the history
  10. youtube-dl: 2017.09.15 -> 2017.09.24 (#29866)

    (cherry picked from commit ff15b85)
    nicknovitski authored and fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    e5ebf5c View commit details
    Browse the repository at this point in the history
  11. udpt: 2016-02-20 -> 2017-09-27

    (cherry picked from commit 9636e75)
    makefu authored and fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    e1bcebf View commit details
    Browse the repository at this point in the history
  12. consul service: Restart on failure.

    Consul is a service you typically want to have running all the time;
    it's not supposed to quit by itself.
    
    (cherry picked from commit f4c53f1)
    
    Closes #29861.
    nh2 authored and fpletz committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    e9bbe85 View commit details
    Browse the repository at this point in the history