From 05c7bf64af0ed7b997985cfa98e9c051af7d25ad Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 Apr 2018 15:14:48 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odin.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'odin.nix') diff --git a/odin.nix b/odin.nix index 1f2a6658..f74ffe3e 100644 --- a/odin.nix +++ b/odin.nix @@ -107,17 +107,9 @@ rootAlias = "gkleen"; destination = [''regexp:${pkgs.writeText "destination" '' - /\.?yggdrasil\.li$/ ACCEPT - /\.?praseodym\.org$/ ACCEPT - /\.?141\.li$/ ACCEPT - /\.?xmpp\.li$/ ACCEPT - /\.?kleen\.li$/ ACCEPT - /\.?dirty-haskell\.org$/ ACCEPT - /\.?nights\.email$/ ACCEPT - /\.?yggdrasil$/ ACCEPT /\.?localdomain$/ ACCEPT /^localhost$/ ACCEPT - /\.?odin$/ ACCEPT + /\.?odin(\.asgard\.yggdrasil)?$/ ACCEPT ''}'']; config = { -- cgit v1.2.3