update system

This commit is contained in:
Noah Masur
2022-06-05 08:32:23 -04:00
parent cd62307786
commit 8d50690a79
3 changed files with 17 additions and 10 deletions

View File

@ -6,6 +6,10 @@
location = { provider = "geoclue2"; };
# Enable local time based on time zone
services.localtime.enable = true;
services.localtimed.enable = true;
# Required to get localtimed to talk to geoclue2
services.geoclue2.appConfig.localtimed.isSystem = true;
services.geoclue2.appConfig.localtimed.isAllowed = true;
}