nixos-config/system/hardware/time.nix

6 lines
69 B
Nix
Raw Normal View History

2023-12-24 19:07:12 +05:30
{ config, lib, pkgs, ... }:
{
2023-12-24 19:12:21 +05:30
services.timesyncd.enable = true;
2023-12-24 19:07:12 +05:30
}