services.automatic-timezoned.enable

NixOS option

Enable automatic-timezoned, simple daemon for keeping the system timezone up-to-date based on the current location. It uses geoclue2 to determine the current location and systemd-timedated to actually set the timezone. To avoid silent overriding by the service, if you have explicitly set a timezone, either remove it or ensure that it is set with a lower priority than the default value using lib.mkDefault or lib.mkOverride. This is to make the choice deliberate. An error will be presented otherwise.

type: boolean
Default
false
declared in: nixos/modules/services/system/automatic-timezoned.nixView source on NixOS/nixpkgs →