From 794df4d76253fa181d1cdd23bc15fc3d9be7ffac Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 22 Aug 2023 07:20:31 +0000 Subject: [PATCH] moby: geoclue: restrict to just "colin" user --- hosts/by-name/moby/gps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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