guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: hydra: services: Keep Cuirass GC roots for 20 days.


From: Ludovic Courtès
Subject: 02/03: hydra: services: Keep Cuirass GC roots for 20 days.
Date: Wed, 7 Nov 2018 10:17:49 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit a2682788c0a79ad5d2a9df1bfe640b8fd922c87a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Nov 7 16:15:57 2018 +0100

    hydra: services: Keep Cuirass GC roots for 20 days.
    
    * hydra/modules/sysadmin/services.scm (frontend-services): Specify a
    20-day TTL for Cuirass GC roots.
---
 hydra/modules/sysadmin/services.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 187cc23..f39c30b 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -234,6 +234,7 @@
          (service cuirass-service-type
                   (cuirass-configuration
                    (interval (* 5 60))
+                   (ttl (* 20 24 3600))
                    (specifications (cuirass-specs systems))))
 
          (service openssh-service-type)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]