From ec5664b450188730e58aa1ff79e5ffdc83886fba Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 16 Mar 2023 20:05:59 -0300 Subject: system.scm: Use patched version of rottlog --- src/infrastructure/guix/system.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 7e2a5dd..26c3a7d 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -476,7 +476,11 @@ '(("root" "andreh") ("eu" "andreh") ("mailing-list" "andreh")))) - %base-services)) + (modify-services %base-services + (rottlog-service-type config => + (rottlog-configuration + (inherit config) + (rottlog queue:rottlog-mailutils-sendmail)))))) (bootloader (bootloader-configuration (bootloader grub-bootloader) -- cgit v1.2.3