diff options
| author | EuAndreh <eu@euandre.org> | 2023-09-10 10:51:32 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-09-10 10:51:32 -0300 |
| commit | 0bfce4f57403eebf5d4e10c9af85e893a01269b9 (patch) | |
| tree | 82084cb2ba69d6b9e1f326f26686173f79378688 | |
| parent | etc/guix/home.scm: Add "bdb" package (diff) | |
| download | dotfiles-0bfce4f57403eebf5d4e10c9af85e893a01269b9.tar.gz dotfiles-0bfce4f57403eebf5d4e10c9af85e893a01269b9.tar.xz | |
etc/nix/configuration.nix: Match "message_size_limit" in Guix
| -rw-r--r-- | etc/nix/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 5f59f5c..6b0bf82 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -120,6 +120,7 @@ smtp_use_tls = yes smtp_sender_dependent_authentication = yes smtp_sasl_mechanism_filter = login, plain + message_size_limit = 102400000 ''; config = { smtp_tls_security_level = "encrypt"; }; extraAliases = '' |
