Browse Source

Update debian.md

Håvard O. Nordstrand 4 years ago
parent
commit
3ba86a9cb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/server/debian.md

+ 1 - 1
config/server/debian.md

@@ -167,7 +167,7 @@ Using systemd-resolved (alternative 2):
 1. Set the timezone: `timedatectl set-timezone Europe/Oslo`
 1. Enable network time: `timedatectl set-ntp true`
 1. Configure `/etc/systemd/timesyncd.conf`:
-    - `NTP`: A space-separated list of NTP servers.
+    - `NTP` (optional): A space-separated list of NTP servers. The defaults are fine.
 1. Restart `systemd-timesyncd`.
 1. Check status works: `timedatectl` and `timedatectl timesync-status` (check which servers are used)