diff options
-rw-r--r-- | odin.nix | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -107,11 +107,18 @@ | |||
107 | rootAlias = "gkleen"; | 107 | rootAlias = "gkleen"; |
108 | 108 | ||
109 | destination = [''regexp:${pkgs.writeText "destination" '' | 109 | destination = [''regexp:${pkgs.writeText "destination" '' |
110 | /\.?yggdrasil\.li$/ ACCEPT | ||
111 | /\.?praseodym\.org$/ ACCEPT | ||
112 | /\.?141\.li$/ ACCEPT | ||
113 | /\.?xmpp\.li$/ ACCEPT | ||
114 | /\.?kleen\.li$/ ACCEPT | ||
115 | /\.?dirty-haskell\.org$/ ACCEPT | ||
116 | /\.?nights\.email$/ ACCEPT | ||
117 | /\.?yggdrasil$/ ACCEPT | ||
110 | /\.?localdomain$/ ACCEPT | 118 | /\.?localdomain$/ ACCEPT |
111 | /^localhost$/ ACCEPT | 119 | /^localhost$/ ACCEPT |
112 | /\.?odin(\.asgard\.yggdrasil)?$/ ACCEPT | 120 | /\.?odin$/ ACCEPT |
113 | ''}'']; | 121 | ''}'']; |
114 | |||
115 | config = { | 122 | config = { |
116 | default_transport = "uucp:ymir"; | 123 | default_transport = "uucp:ymir"; |
117 | 124 | ||
@@ -121,8 +128,6 @@ | |||
121 | mail_spool_directory = "/srv/mail"; | 128 | mail_spool_directory = "/srv/mail"; |
122 | 129 | ||
123 | luser_relay = ''postmaster''${recipient_delimiter}''${local:unknown}''; | 130 | luser_relay = ''postmaster''${recipient_delimiter}''${local:unknown}''; |
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"; | ||
126 | }; | 131 | }; |
127 | 132 | ||
128 | masterConfig = { | 133 | masterConfig = { |