diff --git a/nix/configuration.nix b/nix/configuration.nix index 26619d3..353cc7d 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -71,7 +71,8 @@ SystemMaxUse=1G programs.vim.defaultEditor = true; # Enable network time - services.ntp.enable = true; + services.ntp.enable = false; + services.timesyncd.enable = true; # Enable the OpenSSH daemon and disable password login. services.openssh.enable = true;