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

Commits on Oct 15, 2019

  1. networkmanager: enable polkit_agent

    Not sure why we had this disabled.
    This is for the nmcli/nmtui `agent` subcommand [0]
    which allows it to act as a polkit agent.
    
    > nmcli agent { secret | polkit | all }
    > Run nmcli as a NetworkManager secret agent, or polkit agent.
    
    For example, this is useful if you want to use nmcli/nmtui to authenti-
    cate with polkit on a headless server.
    
    [0]: https://developer.gnome.org/NetworkManager/stable/nmcli.html
    worldofpeace committed Oct 15, 2019
    Copy the full SHA
    15b0cff View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Merge pull request #71163 from worldofpeace/nm-polkit-agent

    networkmanager: enable polkit_agent
    worldofpeace committed Oct 18, 2019
    Copy the full SHA
    1cb8e5d View commit details
    Browse the repository at this point in the history