From 97fa63d96a81689f884c563fd4fb218fc688e03c Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 2 Oct 2023 22:15:33 +0200 Subject: [PATCH] Automatic updates: schedule it every hours. This enables easier testing and updates typically takes less than one hour. Signed-off-by: Denis 'GNUtoo' Carikli --- guix-installer-vm-system.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix-installer-vm-system.scm b/guix-installer-vm-system.scm index f6bfbf4..71bed52 100644 --- a/guix-installer-vm-system.scm +++ b/guix-installer-vm-system.scm @@ -157,7 +157,8 @@ needed for unattended upgrades to work.") (operating-system-file (string-append "/run/current-system/profile" "/share/guix-installer-vm/configs/" - "guix-installer-vm-system.scm"))))) + "guix-installer-vm-system.scm")) + (schedule "0 * * * * ")))) (modify-services %base-services (guix-service-type config => (guix-configuration