diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-26 15:29:53 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-26 15:29:53 +0200 |
commit | 9c5ca46212d31a72799446b090c5a83f24e2dcba (patch) | |
tree | 76b39cff4429ed3a38fc29f8809f80eccdf9b5df | |
parent | 34a82fe1c8135b2d480f36fe4e57fdef9f5aff6f (diff) | |
download | nixos-9c5ca46212d31a72799446b090c5a83f24e2dcba.tar nixos-9c5ca46212d31a72799446b090c5a83f24e2dcba.tar.gz nixos-9c5ca46212d31a72799446b090c5a83f24e2dcba.tar.bz2 nixos-9c5ca46212d31a72799446b090c5a83f24e2dcba.tar.xz nixos-9c5ca46212d31a72799446b090c5a83f24e2dcba.zip |
syntax
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -477,7 +477,7 @@ in rec { | |||
477 | 477 | ||
478 | local_recipient_maps = ""; | 478 | local_recipient_maps = ""; |
479 | 479 | ||
480 | luser_relay = "gkleen+${local}"; | 480 | luser_relay = "gkleen+''${local}"; |
481 | 481 | ||
482 | # 10 GiB | 482 | # 10 GiB |
483 | message_size_limit = 10737418240; | 483 | message_size_limit = 10737418240; |