diff --git a/hosts/by-name/moby/gps.nix b/hosts/by-name/moby/gps.nix index 43417a04..8763f3aa 100644 --- a/hosts/by-name/moby/gps.nix +++ b/hosts/by-name/moby/gps.nix @@ -29,7 +29,7 @@ # this is the default "agent", shipped by geoclue package: allow it to use location isAllowed = true; isSystem = false; - # users = [ "colin" ]; #< restrict to only one set of users, else allows all. + users = [ "colin" ]; #< restrict to only one set of users, else allows all. }; systemd.services.geoclue.after = lib.mkForce []; #< defaults to network-online, but not all my sources require network