aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/time/default.nix
blob: ee2c8f0bedfdd20d9244017afa40403198929649 (plain)
1
2
3
4
5
{ config, ... }:

{
  services.localtime.enable = true;
}