diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 16:54:16 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 16:54:16 +0200 |
commit | 5354c4b40a900e947ee7306e346022c01b239681 (patch) | |
tree | d6bca40d61cc2cc7d32d0711536171d5a49509b7 | |
parent | b4f70d9e991a41d7c9766806bf95592afaa9048f (diff) | |
download | nixos-5354c4b40a900e947ee7306e346022c01b239681.tar nixos-5354c4b40a900e947ee7306e346022c01b239681.tar.gz nixos-5354c4b40a900e947ee7306e346022c01b239681.tar.bz2 nixos-5354c4b40a900e947ee7306e346022c01b239681.tar.xz nixos-5354c4b40a900e947ee7306e346022c01b239681.zip |
…
-rw-r--r-- | odin.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |