From 9d8ce4d9177e58f83ef57bca43dbef51778601c2 Mon Sep 17 00:00:00 2001 From: Alexey Barabanov Date: Fri, 24 Oct 2025 11:04:46 +0000 Subject: [PATCH] add timedatectl set-timezone Europe/Moscow --- user.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/user.yaml b/user.yaml index 2d3dc19..3948fee 100644 --- a/user.yaml +++ b/user.yaml @@ -19,5 +19,6 @@ packages: - python3-venv runcmd: - systemctl enable --now qemu-guest-agent + - timedatectl set-timezone Europe/Moscow - git -C /root clone https://git.tvstart.ru/ychernenko/RFB.git - bash /root/RFB/deploy.sh \ No newline at end of file