diff options
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:/etc/profiles/per-user/''${user}/bin:/root/.nix-profile/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 = { |