summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index f08b5a32..1ad2931f 100644
--- a/odin.nix
+++ b/odin.nix
@@ -113,6 +113,9 @@
113 recipientDelimiter = "+"; 113 recipientDelimiter = "+";
114 postmasterAlias = "gkleen"; 114 postmasterAlias = "gkleen";
115 rootAlias = "gkleen"; 115 rootAlias = "gkleen";
116 extraAliases = ''
117 uucp gkleen
118 '';
116 119
117 destination = [''regexp:${pkgs.writeText "destination" '' 120 destination = [''regexp:${pkgs.writeText "destination" ''
118 /\.?localdomain$/ ACCEPT 121 /\.?localdomain$/ ACCEPT