diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-10 16:38:54 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-10 16:38:54 +0200 |
| commit | efa5030db46bc8329c8aef2b39177beefab11fb7 (patch) | |
| tree | 167909da1332ccaf285318e55acd226193061945 | |
| parent | fbda5a4a208150820383c492547c105f864b3816 (diff) | |
| download | nixos-efa5030db46bc8329c8aef2b39177beefab11fb7.tar nixos-efa5030db46bc8329c8aef2b39177beefab11fb7.tar.gz nixos-efa5030db46bc8329c8aef2b39177beefab11fb7.tar.bz2 nixos-efa5030db46bc8329c8aef2b39177beefab11fb7.tar.xz nixos-efa5030db46bc8329c8aef2b39177beefab11fb7.zip | |
fix postfix error
| -rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -387,8 +387,8 @@ in rec { | |||
| 387 | 387 | ||
| 388 | luser_relay = gkleen+''${local} | 388 | luser_relay = gkleen+''${local} |
| 389 | 389 | ||
| 390 | # 1 GiB | 390 | # 10 GiB |
| 391 | message_size_limit = 0 | 391 | message_size_limit = 10737418240 |
| 392 | # 10 GiB | 392 | # 10 GiB |
| 393 | mailbox_size_limit = 10737418240 | 393 | mailbox_size_limit = 10737418240 |
| 394 | 394 | ||
