Set up NTP synchronization

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

View File

@ -1,8 +1,10 @@
* Zion configuration * Zion configuration
** General ** General
*** TODO NTP daemon *** DONE NTP daemon
*** TODO User account CLOSED: [2019-10-17 Thu 23:20]
*** DONE User account
CLOSED: [2019-10-17 Thu 23:21]
*** TODO Harden SSH *** TODO Harden SSH
*** TODO Import zpool *** TODO Import zpool
*** TODO Tmux *** TODO Tmux

View File

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