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: 46e2a315adeb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 12f367b51caf
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 23, 2020

  1. nixos/wireless: fix failure with no interfaces

    This resolves issue #101963.
    
    When the service is started and no interface is ready yet, wpa_supplicant
    is being exec'd with no `-i` flags, thus failing. Once the interfaces
    are ready, the udev rule would fire but wouldn't restart the unit because
    it wasn't currently running (see systemctl(1) try-restart).
    
    The solution is to exit (with a clear error message) but always restart
    wpa_supplicant when the interfaces are modified.
    rnhmjoj committed Nov 23, 2020
    Copy the full SHA
    8f17761 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Merge pull request #104722 from rnhmjoj/wpa-fix

    nixos/wireless: fix failure with no interfaces
    rnhmjoj committed Dec 15, 2020
    Copy the full SHA
    12f367b View commit details
    Browse the repository at this point in the history