This commit is contained in:
Lukas Wurzinger 2023-10-08 12:35:55 +02:00
parent ec299fa2e9
commit f52ee8023c

View file

@ -1,5 +1,7 @@
{lib, ...}: {
location.provider = "geoclue2";
services.automatic-timezoned.enable = true;
services.geoclue2.enableDemoAgent = lib.mkForce true;
services = {
automatic-timezoned.enable = true;
geoclue2.enableDemoAgent = lib.mkForce true;
};
}