diff options
author | EuAndreh <eu@euandre.org> | 2023-03-16 20:05:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-16 20:05:59 -0300 |
commit | ec5664b450188730e58aa1ff79e5ffdc83886fba (patch) | |
tree | c9cfc513d988e19646ef2a84917d78b49c29b540 /src | |
parent | system.scm: Use explicit "enable-submission?" from internet-postfix-service-type (diff) | |
download | toph-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.scm | 6 |
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) |