summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-05 15:17:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-05 15:17:17 +0200
commit08dc11effd5c107df9482c96ebee110a20ac8c51 (patch)
treedbc8001f7a30d33af618635d7902241ffc7ad515 /odin.nix
parentce7f66d4791511115ea86feaf40c617c3ac8d181 (diff)
downloadnixos-08dc11effd5c107df9482c96ebee110a20ac8c51.tar
nixos-08dc11effd5c107df9482c96ebee110a20ac8c51.tar.gz
nixos-08dc11effd5c107df9482c96ebee110a20ac8c51.tar.bz2
nixos-08dc11effd5c107df9482c96ebee110a20ac8c51.tar.xz
nixos-08dc11effd5c107df9482c96ebee110a20ac8c51.zip
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 894da461..59e88f47 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 = {