From c0789c0c538e1c4e7a7af39d7d0618ee6291ec34 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 Apr 2018 15:36:08 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odin.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'odin.nix') diff --git a/odin.nix b/odin.nix index 33322c04..1c0b1ecf 100644 --- a/odin.nix +++ b/odin.nix @@ -107,11 +107,18 @@ rootAlias = "gkleen"; destination = [''regexp:${pkgs.writeText "destination" '' + /\.?yggdrasil\.li$/ ACCEPT + /\.?praseodym\.org$/ ACCEPT + /\.?141\.li$/ ACCEPT + /\.?xmpp\.li$/ ACCEPT + /\.?kleen\.li$/ ACCEPT + /\.?dirty-haskell\.org$/ ACCEPT + /\.?nights\.email$/ ACCEPT + /\.?yggdrasil$/ ACCEPT /\.?localdomain$/ ACCEPT /^localhost$/ ACCEPT - /\.?odin(\.asgard\.yggdrasil)?$/ ACCEPT + /\.?odin$/ ACCEPT ''}'']; - config = { default_transport = "uucp:ymir"; @@ -121,8 +128,6 @@ mail_spool_directory = "/srv/mail"; luser_relay = ''postmaster''${recipient_delimiter}''${local:unknown}''; - - export_environment = "TZ MAIL_CONFIG LANG NIX_PATH PATH=/run/wrappers/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin"; }; masterConfig = { -- cgit v1.2.3