8 lines
158 B
Nix
8 lines
158 B
Nix
{lib, ...}: {
|
|
location.provider = "geoclue2";
|
|
services = {
|
|
automatic-timezoned.enable = true;
|
|
geoclue2.enableDemoAgent = lib.mkForce true;
|
|
};
|
|
}
|