aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-16 20:05:59 -0300
committerEuAndreh <eu@euandre.org>2023-03-16 20:05:59 -0300
commitec5664b450188730e58aa1ff79e5ffdc83886fba (patch)
treec9cfc513d988e19646ef2a84917d78b49c29b540 /src
parentsystem.scm: Use explicit "enable-submission?" from internet-postfix-service-type (diff)
downloadtoph-ec5664b450188730e58aa1ff79e5ffdc83886fba.tar.gz
toph-ec5664b450188730e58aa1ff79e5ffdc83886fba.tar.xz
system.scm: Use patched version of rottlog
Diffstat (limited to 'src')
-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)