This commit is contained in:
ediblerope 2026-03-30 12:49:11 +01:00 committed by GitHub
parent 1d2dfdb083
commit cf9c94150b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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