summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-05 15:16:10 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-05 15:16:10 +0200
commitce7f66d4791511115ea86feaf40c617c3ac8d181 (patch)
tree146f34c501f74da561b5a99f809c7e77272a578f
parent51244be49506f91ae48aefb2453b788f48d633a0 (diff)
downloadnixos-ce7f66d4791511115ea86feaf40c617c3ac8d181.tar
nixos-ce7f66d4791511115ea86feaf40c617c3ac8d181.tar.gz
nixos-ce7f66d4791511115ea86feaf40c617c3ac8d181.tar.bz2
nixos-ce7f66d4791511115ea86feaf40c617c3ac8d181.tar.xz
nixos-ce7f66d4791511115ea86feaf40c617c3ac8d181.zip
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 8ce7c903..894da461 100644
--- a/odin.nix
+++ b/odin.nix
@@ -119,7 +119,7 @@
119 119
120 mail_spool_directory = "/srv/mail"; 120 mail_spool_directory = "/srv/mail";
121 121
122 luser_relay = "postmaster'${recipient_delimiter}'${local:unknown}"; 122 luser_relay = "postmaster''${recipient_delimiter}''${local:unknown}";
123 }; 123 };
124 124
125 masterConfig = { 125 masterConfig = {