From 7ac36aae28fbe14b2015eef7faaa134506346ac2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 Apr 2018 14:39:55 +0200 Subject: minor cleanup --- odin.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/odin.nix b/odin.nix index 39f3659d..c64918a0 100644 --- a/odin.nix +++ b/odin.nix @@ -131,11 +131,14 @@ uucp: gkleen ''; - destination = [''regexp:${pkgs.writeText "destination" '' - /\.?localdomain$/ ACCEPT - /^localhost$/ ACCEPT - /\.?odin(\.asgard\.yggdrasil)?$/ ACCEPT - ''}'']; + destination = [ + ''regexp:${pkgs.writeText "destination" '' + /\.?localdomain$/ ACCEPT + /^localhost$/ ACCEPT + /\.?odin(\.asgard\.yggdrasil)?$/ ACCEPT + ''} + '' + ]; config = { default_transport = "uucp:ymir"; -- cgit v1.2.3