forked from Deuxfleurs/nixcfg
systemd timesyncd
This commit is contained in:
parent
2695fe4ae8
commit
b23218a7f6
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue