Set up NTP synchronization
This commit is contained in:
parent
1fd47cd8a7
commit
c9d96958cc
|
@ -1,8 +1,10 @@
|
|||
* Zion configuration
|
||||
|
||||
** General
|
||||
*** TODO NTP daemon
|
||||
*** TODO User account
|
||||
*** DONE NTP daemon
|
||||
CLOSED: [2019-10-17 Thu 23:20]
|
||||
*** DONE User account
|
||||
CLOSED: [2019-10-17 Thu 23:21]
|
||||
*** TODO Harden SSH
|
||||
*** TODO Import zpool
|
||||
*** TODO Tmux
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue