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";