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

6 lines
63 B
Nix

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