aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-16 20:07:13 -0300
committerEuAndreh <eu@euandre.org>2023-03-16 20:07:13 -0300
commitdc25121cdd780e92026defdac2d195314bb7ab54 (patch)
tree788ffbdff909833ec31d31486d85c5ff3cd4f3a5
parentetc/guix/system.scm: Use default config of local Postfix from org-euandre cha... (diff)
downloaddotfiles-dc25121cdd780e92026defdac2d195314bb7ab54.tar.gz
dotfiles-dc25121cdd780e92026defdac2d195314bb7ab54.tar.xz
etc/guix/system.scm: Use patched version of rottlog
-rw-r--r--etc/guix/system.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index ec5d78c..d95ceb3 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -1,4 +1,5 @@
(use-modules
+ (gnu)
(gnu packages cpio)
(gnu packages cups)
@@ -51,6 +52,8 @@
(nongnu system linux-initrd)
(srfi srfi-1))
(heredoc:enable-syntax)
+(use-service-modules
+ admin)
;; Implement wireless printing before sending upstream
@@ -222,6 +225,10 @@ Seiko Epson Color Ink Jet Printers.")
EndSection
"#)))))
(modify-services %desktop-services
+ (rottlog-service-type config =>
+ (rottlog-configuration
+ (inherit config)
+ (rottlog queue:rottlog-mailutils-sendmail)))
(pulseaudio-service-type config =>
(pulseaudio-configuration
(inherit config)