From d7120a14f4822de23db0a9eeb34e51dc493208ae Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 4 Oct 2023 05:36:22 +0000 Subject: [PATCH] moby: gps: fixup geoclue notes --- hosts/by-name/moby/gps.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/by-name/moby/gps.nix b/hosts/by-name/moby/gps.nix index 6d285070..37b096f8 100644 --- a/hosts/by-name/moby/gps.nix +++ b/hosts/by-name/moby/gps.nix @@ -23,7 +23,8 @@ services.gpsd.devices = [ "/dev/ttyUSB1" ]; # test geoclue2 by building `geoclue2-with-demo-agent` - # and running "${geoclue2-with-demo-agent}/libexec/geoclue-2/demos/where-am-i" + # and running "${geoclue2-with-demo-agent}/libexec/geoclue-2.0/demos/where-am-i" + # note that geoclue is dbus-activated, and auto-stops after 60s with no caller services.geoclue2.enable = true; services.geoclue2.appConfig.where-am-i = { # this is the default "agent", shipped by geoclue package: allow it to use location