From 20a9f1a9d94d987b3e6706ea98d5e0885e0f3aa4 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Sat, 28 Sep 2024 23:56:18 -0300 Subject: [PATCH] operating-systems: buer: Omit syslog-service configuration, since buer uses the default one --- operating-systems/buer.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index bbc9227..ce54aff 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -203,10 +203,7 @@ #|Log services|# (service rottlog-service-type) - (service syslog-service-type - (syslog-configuration - (syslogd (file-append inetutils "/libexec/syslogd")) - (config-file %default-syslog.conf))) + (service syslog-service-type) (service log-cleanup-service-type (log-cleanup-configuration (directory "/var/log/guix/drvs")