diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-05 15:14:48 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-05 15:14:48 +0200 |
| commit | 05c7bf64af0ed7b997985cfa98e9c051af7d25ad (patch) | |
| tree | 4e466d1657cfbb62d53e8ac4ecb68c1916e81e6e | |
| parent | fa86af83d2967aae493394f4d54da4f8182d68b8 (diff) | |
| download | nixos-05c7bf64af0ed7b997985cfa98e9c051af7d25ad.tar nixos-05c7bf64af0ed7b997985cfa98e9c051af7d25ad.tar.gz nixos-05c7bf64af0ed7b997985cfa98e9c051af7d25ad.tar.bz2 nixos-05c7bf64af0ed7b997985cfa98e9c051af7d25ad.tar.xz nixos-05c7bf64af0ed7b997985cfa98e9c051af7d25ad.zip | |
…
| -rw-r--r-- | odin.nix | 10 |
1 files changed, 1 insertions, 9 deletions
| @@ -107,17 +107,9 @@ | |||
| 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 | ||
| 118 | /\.?localdomain$/ ACCEPT | 110 | /\.?localdomain$/ ACCEPT |
| 119 | /^localhost$/ ACCEPT | 111 | /^localhost$/ ACCEPT |
| 120 | /\.?odin$/ ACCEPT | 112 | /\.?odin(\.asgard\.yggdrasil)?$/ ACCEPT |
| 121 | ''}'']; | 113 | ''}'']; |
| 122 | 114 | ||
| 123 | config = { | 115 | config = { |
