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:
parent
35fcdb5191
commit
f8a78afd5c
|
@ -182,6 +182,8 @@ in
|
|||
###### implementation
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
location.provider = "geoclue2";
|
||||
|
||||
environment.systemPackages = [ package ];
|
||||
|
||||
services.dbus.packages = [ package ];
|
||||
|
|
Loading…
Reference in a new issue