diff options
author | EuAndreh <eu@euandre.org> | 2023-03-16 20:07:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-16 20:07:13 -0300 |
commit | dc25121cdd780e92026defdac2d195314bb7ab54 (patch) | |
tree | 788ffbdff909833ec31d31486d85c5ff3cd4f3a5 | |
parent | etc/guix/system.scm: Use default config of local Postfix from org-euandre cha... (diff) | |
download | dotfiles-dc25121cdd780e92026defdac2d195314bb7ab54.tar.gz dotfiles-dc25121cdd780e92026defdac2d195314bb7ab54.tar.xz |
etc/guix/system.scm: Use patched version of rottlog
-rw-r--r-- | etc/guix/system.scm | 7 |
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) |