From 544236112e3ae5d092c42fc74cd8b6b6034783b1 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 5 Jun 2023 23:42:00 -0700 Subject: [PATCH] Fix NTS Configuration Signed-off-by: Tommy --- Ubuntu-22.04-Desktop.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ubuntu-22.04-Desktop.sh b/Ubuntu-22.04-Desktop.sh index 8feab10..ae6dd9e 100644 --- a/Ubuntu-22.04-Desktop.sh +++ b/Ubuntu-22.04-Desktop.sh @@ -32,8 +32,11 @@ echo "GSSAPIAuthentication no" | sudo tee /etc/ssh/ssh_config.d/10-custom.conf echo "VerifyHostKeyDNS yes" | sudo tee -a /etc/ssh/ssh_config.d/10-custom.conf #Setup NTS +sudo systemctl disable systemd-timesyncd +sudo apt install -y chronyd rm -rf /etc/chrony/chrony.conf sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf +sudo systemctl restart chronyd #Setup UFW sudo ufw enable