From 5553e75f34f1011ce235bda26ef4bdb8722d2b5b Mon Sep 17 00:00:00 2001 From: raabe Date: Wed, 27 Jul 2022 15:07:01 +0200 Subject: [PATCH] Update Setup Computer Debian 11 --- Setup-Computer-Debian-11.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Setup-Computer-Debian-11.md b/Setup-Computer-Debian-11.md index c1c73f8..59e6045 100644 --- a/Setup-Computer-Debian-11.md +++ b/Setup-Computer-Debian-11.md @@ -9,6 +9,11 @@ AllowHibernation=no AllowSuspendThenHibernate=no AllowHybridSleep=no ``` +- set NTP server (if defaults are not working) in /etc/systemd/timesyncd.conf +``` +[Time] +NTP=d.psi.ch +``` - Add various packages: ```