fix geoclue when enabling wifi

This commit is contained in:
Noah Masur 2022-05-16 20:37:26 -04:00
parent 82e85a7d95
commit 3b385f21fc

View File

@ -2,6 +2,7 @@
# Service to determine location for time zone # Service to determine location for time zone
services.geoclue2.enable = true; services.geoclue2.enable = true;
services.geoclue2.enableWifi = false; # Breaks when it can't connect
location = { provider = "geoclue2"; }; location = { provider = "geoclue2"; };
# Enable local time based on time zone # Enable local time based on time zone