mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 21:35:37 +00:00
fix geoclue when enabling wifi
This commit is contained in:
parent
82e85a7d95
commit
3b385f21fc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user