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: e2bbc6fb469a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: efcdac63fee4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on May 16, 2019

  1. nixos/geoclue2: make configurable, can whitelist applications

    All options within geoclue.conf[0] have been made configurable.
    
    Additonally, we can now specify whether or not GeoClue
    should ask the agent to authorize an application like so:
    ```
    services.geoclue2.appConfig."redshift" = {
      isAllowed = true;
      isSystem = true;
    };
    ```
    
    [0]: https://gitlab.freedesktop.org/geoclue/geoclue/blob/2.5.2/data/geoclue.conf.in
    
    Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
    leotaku and worldofpeace committed May 16, 2019
    Copy the full SHA
    2d93f57 View commit details
    Browse the repository at this point in the history
  2. nixos/gnome3: add geoclue application configuration

    Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
    leotaku and worldofpeace committed May 16, 2019
    Copy the full SHA
    00d8fc1 View commit details
    Browse the repository at this point in the history
  3. nixos/pantheon: add geoclue application configuration

    Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
    leotaku and worldofpeace committed May 16, 2019
    Copy the full SHA
    efcdac6 View commit details
    Browse the repository at this point in the history