skipper: try geoclue
This commit is contained in:
parent
a9241bdd28
commit
68513075f7
2 changed files with 14 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./btrfs.nix
|
||||
./dbus.nix
|
||||
./geoclue.nix
|
||||
./keyd.nix
|
||||
./pipewire.nix
|
||||
./udev.nix
|
||||
|
|
13
hosts/skipper/services/geoclue.nix
Normal file
13
hosts/skipper/services/geoclue.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
_: {
|
||||
location.provider = "geoclue2";
|
||||
services.geoclue2 = {
|
||||
enable = true;
|
||||
enable3G = false;
|
||||
enableCDMA = false;
|
||||
enableNmea = false;
|
||||
enableWifi = true;
|
||||
enableModemGPS = false;
|
||||
enableDemoAgent = false;
|
||||
geoProviderUrl = "https://beacondb.net/v1/geolocate";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue