Set up NTP synchronization

This commit is contained in:
2019-10-17 23:20:21 +02:00
parent 1fd47cd8a7
commit c9d96958cc
2 changed files with 10 additions and 2 deletions

View File

@@ -54,5 +54,11 @@
# Set vim as default editor
programs.vim.defaultEditor = true;
# Set timezone and synchronize NTP
time.timeZone = "Europe/Brussels";
services.timesyncd.enable = true;
# Import other configuration modules
}