Set up NTP synchronization
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user