diff options
author | EuAndreh <eu@euandre.org> | 2023-04-29 18:06:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-29 18:06:03 -0300 |
commit | 148cee9f18a16dc18bb6c6142d3b0d0cc56984a2 (patch) | |
tree | f1a0de8f66db9d1de0558401273b46e2edb920f2 | |
parent | etc/nix/configuration.nix: Add "chromium" package (diff) | |
download | dotfiles-148cee9f18a16dc18bb6c6142d3b0d0cc56984a2.tar.gz dotfiles-148cee9f18a16dc18bb6c6142d3b0d0cc56984a2.tar.xz |
etc/guix/system.scm: Increase Postfix size limits
-rw-r--r-- | etc/guix/system.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index eb3bdeb..cf36224 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -172,6 +172,8 @@ Seiko Epson Color Ink Jet Printers.") smtp_use_tls = yes smtp_tls_security_level = encrypt smtp_tls_note_starttls_offer = yes + message_size_limit = 102400000 + mailbox_size_limit = 5120000000 "#))) (service mail-aliases-service-type '(("root" "andreh") |