diff --git a/web/app/docs/post-install/system/page.tsx b/web/app/docs/post-install/system/page.tsx index 840f827..56270c8 100644 --- a/web/app/docs/post-install/system/page.tsx +++ b/web/app/docs/post-install/system/page.tsx @@ -205,19 +205,7 @@ EOF sudo sysctl -p /etc/sysctl.d/99-memory.conf ` - const timeSyncCode = ` -# Set timezone (replace 'America/New_York' with your timezone) -sudo timedatectl set-timezone America/New_York -# Enable automatic time synchronization -sudo timedatectl set-ntp true - -# Note: Automatic timezone setting based on IP is commented out to avoid errors -# To set timezone automatically based on IP, you would need to run: -# IP=$(dig +short myip.opendns.com @resolver1.opendns.com) -# TIMEZONE=$(curl -s "https://ipapi.co/$IP/timezone") -# sudo timedatectl set-timezone "$TIMEZONE" -` return (
@@ -341,7 +329,7 @@ sudo timedatectl set-ntp true

To apply this optimization manually, run these commands:

- +

Automatic Application