diff options
-rw-r--r-- | odin.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 = { |