From 5665cbf39ce524bfbaaaa331e7feb3d4dec0b80f Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 10 Dec 2024 16:29:29 +0100 Subject: [PATCH] Update geoclue --- nixos/common/services/geoclue.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/services/geoclue.nix b/nixos/common/services/geoclue.nix index 9aed4024..8676a802 100644 --- a/nixos/common/services/geoclue.nix +++ b/nixos/common/services/geoclue.nix @@ -5,7 +5,7 @@ enable3G = true; enableCDMA = true; enableNmea = true; - enableModernGPS = true; + enableModmGGPS = true; geoProviderUrl = "https://api.beacondb.net/v1/geolocate"; submissionUrl = "https://api.beacondb.net/v2/geosubmit"; submissionNick = "geoclue2-nixos";