1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Revert "nixos/geoclue2: set location.provider to geoclue2"

This reverts commit f8a78afd5c.
This commit is contained in:
Jonathan Ringer 2020-04-01 00:08:12 -07:00 committed by Jon
parent 9077284a7c
commit 3459038852

View file

@ -182,8 +182,6 @@ in
###### implementation
config = mkIf cfg.enable {
location.provider = "geoclue2";
environment.systemPackages = [ package ];
services.dbus.packages = [ package ];