mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +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 New Issue
Block a user