aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/infrastructure/guix/system.scm6
1 files changed, 5 insertions, 1 deletions
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)