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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 445c68a1f745
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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

    Verified

    This commit was signed with the committer’s verified signature.
    eadwu Edmund Wu
    Copy the full SHA
    15b0cff View commit details

Commits on Oct 18, 2019

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

    networkmanager: enable polkit_agent
    worldofpeace authored Oct 18, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    eadwu Edmund Wu
    Copy the full SHA
    1cb8e5d View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 pkgs/tools/networking/network-manager/default.nix
1 change: 1 addition & 0 deletions pkgs/tools/networking/network-manager/default.nix
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@ in stdenv.mkDerivation rec {
"-Dcrypto=gnutls"
"-Dsession_tracking=systemd"
"-Dmodem_manager=true"
"-Dpolkit_agent=true"
"-Dnmtui=true"
"-Ddocs=true"
"-Dtests=no"