summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-05 15:26:57 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-05 15:26:57 +0200
commit8767494f1c8fe099a1f466e772b1996355de4f6f (patch)
treea57e8844f80345b62b50b4dc8707c2c2c240b110
parentfab37e5dbf7bbaf5d1d94799bb6a9a3fc5f55f00 (diff)
downloadnixos-8767494f1c8fe099a1f466e772b1996355de4f6f.tar
nixos-8767494f1c8fe099a1f466e772b1996355de4f6f.tar.gz
nixos-8767494f1c8fe099a1f466e772b1996355de4f6f.tar.bz2
nixos-8767494f1c8fe099a1f466e772b1996355de4f6f.tar.xz
nixos-8767494f1c8fe099a1f466e772b1996355de4f6f.zip
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 0a166ac4..33322c04 100644
--- a/odin.nix
+++ b/odin.nix
@@ -122,7 +122,7 @@
122 122
123 luser_relay = ''postmaster''${recipient_delimiter}''${local:unknown}''; 123 luser_relay = ''postmaster''${recipient_delimiter}''${local:unknown}'';
124 124
125 export_environment = ["TZ" "MAIL_CONFIG" "LANG" "NIX_PATH" ''PATH=/run/wrappers/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin'']; 125 export_environment = "TZ MAIL_CONFIG LANG NIX_PATH PATH=/run/wrappers/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin";
126 }; 126 };
127 127
128 masterConfig = { 128 masterConfig = {