diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-05 15:05:34 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-05 15:05:34 +0200 |
commit | 754b0d8ab9b2db42a6f2107b2519fdeb7db424f4 (patch) | |
tree | 99bc957c089e097af97cd7a92d175b30922e69bd | |
parent | 8e70806d9055bb4eca719455b811792cb0006ee2 (diff) | |
download | nixos-754b0d8ab9b2db42a6f2107b2519fdeb7db424f4.tar nixos-754b0d8ab9b2db42a6f2107b2519fdeb7db424f4.tar.gz nixos-754b0d8ab9b2db42a6f2107b2519fdeb7db424f4.tar.bz2 nixos-754b0d8ab9b2db42a6f2107b2519fdeb7db424f4.tar.xz nixos-754b0d8ab9b2db42a6f2107b2519fdeb7db424f4.zip |
…
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ | |||
108 | config = { | 108 | config = { |
109 | default_transport = "uucp:ymir"; | 109 | default_transport = "uucp:ymir"; |
110 | 110 | ||
111 | message_size_limit = 0; | 111 | message_size_limit = "0"; |
112 | 112 | ||
113 | mail_spool_directory = "/srv/mail"; | 113 | mail_spool_directory = "/srv/mail"; |
114 | }; | 114 | }; |