summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-09 13:47:08 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-09 13:47:08 +0200
commit92d5332b4aac7b0b6c7643bdddf8b11c36169b05 (patch)
treef8dc1ab2f84e48e6930d799d9ff931279ef8d9de
parent2c5a6fd3a476ae80996f4072cf5bba4f45bedf59 (diff)
downloadnixos-92d5332b4aac7b0b6c7643bdddf8b11c36169b05.tar
nixos-92d5332b4aac7b0b6c7643bdddf8b11c36169b05.tar.gz
nixos-92d5332b4aac7b0b6c7643bdddf8b11c36169b05.tar.bz2
nixos-92d5332b4aac7b0b6c7643bdddf8b11c36169b05.tar.xz
nixos-92d5332b4aac7b0b6c7643bdddf8b11c36169b05.zip
unlimited message size
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index f4ab6d70..dae91619 100644
--- a/hel.nix
+++ b/hel.nix
@@ -201,6 +201,7 @@
201 ''; 201 '';
202 extraConfig = '' 202 extraConfig = ''
203 authorized_submit_users = !uucp, static:anyone 203 authorized_submit_users = !uucp, static:anyone
204 message_size_limit = 0
204 ''; 205 '';
205 }; 206 };
206 207