systemd timesyncd

This commit is contained in:
Alex 2022-09-08 10:35:06 +02:00
parent 2695fe4ae8
commit b23218a7f6
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 2 additions and 1 deletions

View File

@ -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;