Automatic updates: schedule it every hours.
This enables easier testing and updates typically takes less than one hour. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
f4e08a8408
commit
97fa63d96a
|
@ -157,7 +157,8 @@ needed for unattended upgrades to work.")
|
||||||
(operating-system-file
|
(operating-system-file
|
||||||
(string-append "/run/current-system/profile"
|
(string-append "/run/current-system/profile"
|
||||||
"/share/guix-installer-vm/configs/"
|
"/share/guix-installer-vm/configs/"
|
||||||
"guix-installer-vm-system.scm")))))
|
"guix-installer-vm-system.scm"))
|
||||||
|
(schedule "0 * * * * "))))
|
||||||
(modify-services
|
(modify-services
|
||||||
%base-services
|
%base-services
|
||||||
(guix-service-type config => (guix-configuration
|
(guix-service-type config => (guix-configuration
|
||||||
|
|
Loading…
Reference in New Issue