diff --git a/settings/locale.nix b/settings/locale.nix index 73bb08b..6e7089d 100644 --- a/settings/locale.nix +++ b/settings/locale.nix @@ -7,7 +7,7 @@ services.automatic-timezoned.enable = true; services.geoclue2 = { enable = true; - enableDemoAgent = true; + enableDemoAgent = lib.mkForce true; geoProviderUrl = "https://location.services.mozilla.com/v1/geolocate?key=geoclue"; };