nixos/modules/crans/ntp.nix

9 lines
102 B
Nix

{ ... }:
{
services.timesyncd = {
enable = true;
servers = [ "ntp.adm.crans.org" ];
};
}