nixos-config/system/hardware/time.nix
2023-12-24 07:42:21 -06:00

6 lines
69 B
Nix

{ config, lib, pkgs, ... }:
{
services.timesyncd.enable = true;
}