diff --git a/common/networking.nix b/common/networking.nix index abc4680..65d0a6a 100644 --- a/common/networking.nix +++ b/common/networking.nix @@ -34,7 +34,7 @@ }; }; - services.ntp.enable = true; + services.chrony.enable = true; networking.timeServers = [ "ntp1.vniiftri.ru" "0.ru.pool.ntp.org" "0.pool.ntp.org" ];