summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/odin.nix b/odin.nix
index 1f2a6658..f74ffe3e 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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 = {