about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-04-01 00:08:12 -0700
committerJon <jonringer@users.noreply.github.com>2020-04-01 01:18:50 -0700
commit3459038852983b1aa909d3c983b4859e9217f0c0 (patch)
tree996286556265bb948ac3eb7b7523c45f8aeb5694 /nixos
parent9077284a7ca32efd56e652286fdaa2ad851ce0c9 (diff)
downloadnixlib-3459038852983b1aa909d3c983b4859e9217f0c0.tar
nixlib-3459038852983b1aa909d3c983b4859e9217f0c0.tar.gz
nixlib-3459038852983b1aa909d3c983b4859e9217f0c0.tar.bz2
nixlib-3459038852983b1aa909d3c983b4859e9217f0c0.tar.lz
nixlib-3459038852983b1aa909d3c983b4859e9217f0c0.tar.xz
nixlib-3459038852983b1aa909d3c983b4859e9217f0c0.tar.zst
nixlib-3459038852983b1aa909d3c983b4859e9217f0c0.zip
Revert "nixos/geoclue2: set location.provider to geoclue2"
This reverts commit f8a78afd5c65a1919bd92754761e3470cf02194c.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/desktops/geoclue2.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/services/desktops/geoclue2.nix b/nixos/modules/services/desktops/geoclue2.nix
index e2ce399896fb..542b2ead4104 100644
--- a/nixos/modules/services/desktops/geoclue2.nix
+++ b/nixos/modules/services/desktops/geoclue2.nix
@@ -182,8 +182,6 @@ in
   ###### implementation
   config = mkIf cfg.enable {
 
-    location.provider = "geoclue2";
-
     environment.systemPackages = [ package ];
 
     services.dbus.packages = [ package ];