Replace timesyncd with chrony

This commit is contained in:
coolneng 2020-10-11 15:12:59 +02:00
parent fbe8ed39d3
commit a74a6c8aa9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
# Set timezone and synchronize NTP
time.timeZone = "Europe/Brussels";
services.timesyncd.enable = true;
services.chrony.enable = true;
# NixOS version
system.stateVersion = "20.09";