summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-05 15:14:48 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-05 15:14:48 +0200
commit05c7bf64af0ed7b997985cfa98e9c051af7d25ad (patch)
tree4e466d1657cfbb62d53e8ac4ecb68c1916e81e6e /odin.nix
parentfa86af83d2967aae493394f4d54da4f8182d68b8 (diff)
downloadnixos-05c7bf64af0ed7b997985cfa98e9c051af7d25ad.tar
nixos-05c7bf64af0ed7b997985cfa98e9c051af7d25ad.tar.gz
nixos-05c7bf64af0ed7b997985cfa98e9c051af7d25ad.tar.bz2
nixos-05c7bf64af0ed7b997985cfa98e9c051af7d25ad.tar.xz
nixos-05c7bf64af0ed7b997985cfa98e9c051af7d25ad.zip
Diffstat (limited to 'odin.nix')
-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 = {