Skip to content

Commit 2c5b855

Browse files
committed
Use chrony drop-in config with Proxmox
Signed-off-by: Tommy <[email protected]>
1 parent 65c2a02 commit 2c5b855

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Proxmox-8.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ systemctl mask debug-shell.service
2929
curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/apt/apt.conf.d/99sane-upgrades | tee /etc/apt/apt.conf.d/99sane-upgrades > /dev/null
3030

3131
# Setup NTS
32-
curl -s https://raw.githubusercontent.com/GrapheneOS/infrastructure/refs/heads/main/etc/chrony.conf | tee /etc/chrony/chrony.conf > /dev/null
33-
sed -i 's/leapseclist/#leapseclist/' /etc/chrony/chrony.conf
32+
curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/refs/heads/main/etc/chrony/conf.d/10-custom.conf | tee /etc/chrony/conf.d/10-custom.conf > /dev/null
3433
systemctl restart chronyd
3534

3635
# Harden SSH

0 commit comments

Comments
 (0)