summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 786c3c90..0a5ce402 100644
--- a/odin.nix
+++ b/odin.nix
@@ -121,6 +121,8 @@
121 mail_spool_directory = "/srv/mail"; 121 mail_spool_directory = "/srv/mail";
122 122
123 luser_relay = ''postmaster''${recipient_delimiter}''${local:unknown}''; 123 luser_relay = ''postmaster''${recipient_delimiter}''${local:unknown}'';
124
125 export_environment = ["TZ" "MAIL_CONFIG" "LANG" "NIX_PATH" ''PATH=/run/wrappers/bin:/etc/profiles/per-user/''${user}/bin:/root/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin''];
124 }; 126 };
125 127
126 masterConfig = { 128 masterConfig = {