From 02a3a08e171e46c4ab736b1cbde83532d7c65473 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sat, 28 Sep 2024 23:57:26 -0300 Subject: [PATCH] operating-systems: buer: Keep logs for two months instead of three --- operating-systems/buer.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index ce54aff..aa6937c 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -207,7 +207,7 @@ (service log-cleanup-service-type (log-cleanup-configuration (directory "/var/log/guix/drvs") - (expiry (* 3 30 24 3600)))) + (expiry (* 2 30 24 3600)))) #|IPC services|# (service dbus-root-service-type)