You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @poperigby, I think the issue you're seeing is not with automatic-timezoned, but with geoclue2, Mozilla has retired its location service, please see NixOS/nixpkgs#321121 for details
automatic-timezoned is simply waiting for geoclue2 to return a location, you can confirm the issue with journalctl --unit=geoclue, you should see something like:
Failed to query location: Error resolving “location.services.mozilla.com”: Name or service not known
Failed to query location: Query location SOUP error: Not Found
maxbrunet
changed the title
How to debug?
Geoclue not providing location anymore
Oct 15, 2024
I'm running the NixOS module, and it's not setting my timezone to anything.
timedatectl
reports my timezone as UTC. How can I debug?The text was updated successfully, but these errors were encountered: