1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

nixos/geoclue2: set location.provider to geoclue2

This commit is contained in:
worldofpeace 2020-04-01 01:30:11 -04:00
parent 35fcdb5191
commit f8a78afd5c

View file

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